#67426C

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

Shades of Eminence #67426C

Tints of Eminence #67426C

Color information

#67426C (or 0x67426C) is unknown color: approx Eminence. HEX triplet: 67, 42 and 6C. RGB value is (103,66,108). Sum of RGB (Red+Green+Blue) = 103+66+108=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #67426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67426C is #98BD93. Grayscale: #515151. Windows color (decimal): -10010004 or 7094887. OLE color: 7094887.

HSL color Cylindrical-coordinate representation of color #67426C: hue angle of 292.86º 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 #67426C is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10366108-
CMYK0.050.3900.58
HSL292.86º24.14%34.12%-
HSV(B)292.86º38.89%42.35%-
XYZ10.257.8615.16-
YUV81.85142.76143.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=37.18%
G=23.83%
B=38.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103661080.050.3900.58292.8624.1434.12
Hex67426C52703A1251822
Octal1471021545470724453042
Binary110011110000101101100101100111011101010010010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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