#6B59AA

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

Shades of Blue Marguerite #6B59AA

Tints of Blue Marguerite #6B59AA

Color information

#6B59AA (or 0x6B59AA) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 59 and AA. RGB value is (107,89,170). Sum of RGB (Red+Green+Blue) = 107+89+170=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B59AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B59AA is #94A655. Grayscale: #676767. Windows color (decimal): -9741910 or 11164011. OLE color: 11164011.

HSL color Cylindrical-coordinate representation of color #6B59AA: hue angle of 253.33º 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 #6B59AA is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10789170-
CMYK0.370.4800.33
HSL253.33º32.27%50.78%-
HSV(B)253.33º47.65%66.67%-
XYZ16.8913.1739.68-
YUV103.62165.46130.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.23%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=29.23%
G=24.32%
B=46.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107891700.370.4800.33253.3332.2750.78
Hex6B59AA2530021fd2033
Octal15313125245600413754063
Binary1101011101100110101010100101110000010000111111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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