#6B406E

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

Shades of Eminence #6B406E

Tints of Eminence #6B406E

Color information

#6B406E (or 0x6B406E) is unknown color: approx Eminence. HEX triplet: 6B, 40 and 6E. RGB value is (107,64,110). Sum of RGB (Red+Green+Blue) = 107+64+110=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B406E is #94BF91. Grayscale: #515151. Windows color (decimal): -9748370 or 7225451. OLE color: 7225451.

HSL color Cylindrical-coordinate representation of color #6B406E: hue angle of 296.09º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B406E is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10764110-
CMYK0.030.4200.57
HSL296.09º26.44%34.12%-
HSV(B)296.09º41.82%43.14%-
XYZ10.717.9215.72-
YUV82.1143.75145.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.08%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=38.08%
G=22.78%
B=39.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107641100.030.4200.57296.0926.4434.12
Hex6B406E32A0391281a22
Octal1531001563520714503242
Binary11010111000000110111011101010011100110010100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,110); }

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

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

 a { background-color: rgb(107,64,110); }

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

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

 span { border-color: rgb(107,64,110); }

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