#67426E

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

Shades of Eminence #67426E

Tints of Eminence #67426E

Color information

#67426E (or 0x67426E) is unknown color: approx Eminence. HEX triplet: 67, 42 and 6E. RGB value is (103,66,110). Sum of RGB (Red+Green+Blue) = 103+66+110=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #67426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67426E is #98BD91. Grayscale: #515151. Windows color (decimal): -10010002 or 7225959. OLE color: 7225959.

HSL color Cylindrical-coordinate representation of color #67426E: hue angle of 290.45º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67426E is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10366110-
CMYK0.060.400.57
HSL290.45º25%34.51%-
HSV(B)290.45º40%43.14%-
XYZ10.367.9115.73-
YUV82.08143.76142.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.92%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=36.92%
G=23.66%
B=39.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103661100.060.400.57290.452534.51
Hex67426E6280391221923
Octal1471021566500714423143
Binary110011110000101101110110101000011100110010001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,66,110); }

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

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

 a { background-color: rgb(103,66,110); }

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

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

 span { border-color: rgb(103,66,110); }

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