#68406E

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

Shades of Eminence #68406E

Tints of Eminence #68406E

Color information

#68406E (or 0x68406E) is unknown color: approx Eminence. HEX triplet: 68, 40 and 6E. RGB value is (104,64,110). Sum of RGB (Red+Green+Blue) = 104+64+110=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #68406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68406E is #97BF91. Grayscale: #515151. Windows color (decimal): -9944978 or 7225448. OLE color: 7225448.

HSL color Cylindrical-coordinate representation of color #68406E: hue angle of 292.17º 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 #68406E is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10464110-
CMYK0.050.4200.57
HSL292.17º26.44%34.12%-
HSV(B)292.17º41.82%43.14%-
XYZ10.367.7415.7-
YUV81.2144.25144.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=37.41%
G=23.02%
B=39.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104641100.050.4200.57292.1726.4434.12
Hex68406E52A0391241a22
Octal1501001565520714443242
Binary110100010000001101110101101010011100110010010011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68406E; }

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

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

<style>
 a { background-color: #68406E; }

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

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

<style>
 span { border-color: #68406E; }

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

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