#6E59B5

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

Shades of Blue Marguerite #6E59B5

Tints of Blue Marguerite #6E59B5

Color information

#6E59B5 (or 0x6E59B5) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 59 and B5. RGB value is (110,89,181). Sum of RGB (Red+Green+Blue) = 110+89+181=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E59B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E59B5 is #91A64A. Grayscale: #696969. Windows color (decimal): -9545291 or 11884910. OLE color: 11884910.

HSL color Cylindrical-coordinate representation of color #6E59B5: hue angle of 253.7º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E59B5 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11089181-
CMYK0.390.5100.29
HSL253.7º38.33%52.94%-
HSV(B)253.7º50.83%70.98%-
XYZ18.3413.845.41-
YUV105.77170.46131.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 181 (71.09% from 255) = 47.63%
R=28.95%
G=23.42%
B=47.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110891810.390.5100.29253.738.3352.94
Hex6E59B5273301Dfe2635
Octal15613126547630353764665
Binary110111010110011011010110011111001101110111111110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E59B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,89,181); }

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

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

 a { background-color: rgb(110,89,181); }

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

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

 span { border-color: rgb(110,89,181); }

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