#68426D

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

Shades of Eminence #68426D

Tints of Eminence #68426D

Color information

#68426D (or 0x68426D) is unknown color: approx Eminence. HEX triplet: 68, 42 and 6D. RGB value is (104,66,109). Sum of RGB (Red+Green+Blue) = 104+66+109=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #68426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68426D is #97BD92. Grayscale: #525252. Windows color (decimal): -9944467 or 7160424. OLE color: 7160424.

HSL color Cylindrical-coordinate representation of color #68426D: hue angle of 293.02º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68426D is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10466109-
CMYK0.050.3900.57
HSL293.02º24.57%34.31%-
HSV(B)293.02º39.45%42.75%-
XYZ10.427.9415.45-
YUV82.26143.09143.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=37.28%
G=23.66%
B=39.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104661090.050.3900.57293.0224.5734.31
Hex68426D5270391251922
Octal1501021555470714453142
Binary110100010000101101101101100111011100110010010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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