#6E59AA

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

Shades of Blue Marguerite #6E59AA

Tints of Blue Marguerite #6E59AA

Color information

#6E59AA (or 0x6E59AA) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 59 and AA. RGB value is (110,89,170). Sum of RGB (Red+Green+Blue) = 110+89+170=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E59AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E59AA is #91A655. Grayscale: #686868. Windows color (decimal): -9545302 or 11164014. OLE color: 11164014.

HSL color Cylindrical-coordinate representation of color #6E59AA: hue angle of 255.56º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E59AA is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11089170-
CMYK0.350.4800.33
HSL255.56º32.27%50.78%-
HSV(B)255.56º47.65%66.67%-
XYZ17.2613.3639.7-
YUV104.51164.96131.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.81%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=29.81%
G=24.12%
B=46.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110891700.350.4800.33255.5632.2750.78
Hex6E59AA23300211002033
Octal15613125243600414004063
Binary11011101011001101010101000111100000100001100000000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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