#68426C

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

Shades of Eminence #68426C

Tints of Eminence #68426C

Color information

#68426C (or 0x68426C) is unknown color: approx Eminence. HEX triplet: 68, 42 and 6C. RGB value is (104,66,108). Sum of RGB (Red+Green+Blue) = 104+66+108=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #68426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68426C is #97BD93. Grayscale: #525252. Windows color (decimal): -9944468 or 7094888. OLE color: 7094888.

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

Color convert

RGB10466108-
CMYK0.040.3900.58
HSL294.29º24.14%34.12%-
HSV(B)294.29º38.89%42.35%-
XYZ10.367.9215.17-
YUV82.15142.59143.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=37.41%
G=23.74%
B=38.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104661080.040.3900.58294.2924.1434.12
Hex68426C42703A1261822
Octal1501021544470724463042
Binary110100010000101101100100100111011101010010011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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