#6D5ABE

Color #6D5ABE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6D5ABE

Tints of Blue Marguerite #6D5ABE

Color information

#6D5ABE (or 0x6D5ABE) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5A and BE. RGB value is (109,90,190). Sum of RGB (Red+Green+Blue) = 109+90+190=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5ABE is #92A541. Grayscale: #6A6A6A. Windows color (decimal): -9610562 or 12474989. OLE color: 12474989.

HSL color Cylindrical-coordinate representation of color #6D5ABE: hue angle of 251.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D5ABE is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10990190-
CMYK0.430.5300.25
HSL251.4º43.48%54.9%-
HSV(B)251.4º52.63%74.51%-
XYZ19.2614.2850.46-
YUV107.08174.79129.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 28.02%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=28.02%
G=23.14%
B=48.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109901900.430.5300.25251.443.4854.9
Hex6D5ABE2B35019fb2b37
Octal15513227653650313735367
Binary110110110110101011111010101111010101100111111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D5ABE; }

 p { color: rgb(109,90,190); }

 H1.HeaderClassName
 {
   color: #6D5ABE;
 }
 .AnyTagClassName
 {
   color: #6D5ABE;
 }
</style>
background-color css

<style>
 a { background-color: #6D5ABE; }

 a { background-color: rgb(109,90,190); }

 div.DivClassName
 {
   background-color: #6D5ABE;
 }
 .BgClassName
 {
   background-color: #6D5ABE;
 }
</style>
border-color css

<style>
 span { border-color: #6D5ABE; }

 span { border-color: rgb(109,90,190); }

 td.TdClassName
 {
   border-color: #6D5ABE;
 }
 .TagClassName
 {
   border-color: #6D5ABE;
 }
</style>