#68406C

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

Shades of Eminence #68406C

Tints of Eminence #68406C

Color information

#68406C (or 0x68406C) is unknown color: approx Eminence. HEX triplet: 68, 40 and 6C. RGB value is (104,64,108). Sum of RGB (Red+Green+Blue) = 104+64+108=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #68406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68406C is #97BF93. Grayscale: #505050. Windows color (decimal): -9944980 or 7094376. OLE color: 7094376.

HSL color Cylindrical-coordinate representation of color #68406C: hue angle of 294.55º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68406C is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10464108-
CMYK0.040.4100.58
HSL294.55º25.58%33.73%-
HSV(B)294.55º40.74%42.35%-
XYZ10.257.6915.13-
YUV80.98143.25144.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=37.68%
G=23.19%
B=39.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104641080.040.4100.58294.5525.5833.73
Hex68406C42903A1271a22
Octal1501001544510724473242
Binary110100010000001101100100101001011101010010011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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