#67426B

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

Shades of Eminence #67426B

Tints of Eminence #67426B

Color information

#67426B (or 0x67426B) is unknown color: approx Eminence. HEX triplet: 67, 42 and 6B. RGB value is (103,66,107). Sum of RGB (Red+Green+Blue) = 103+66+107=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #67426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67426B is #98BD94. Grayscale: #515151. Windows color (decimal): -10010005 or 7029351. OLE color: 7029351.

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

Color convert

RGB10366107-
CMYK0.040.3800.58
HSL294.15º23.7%33.92%-
HSV(B)294.15º38.32%41.96%-
XYZ10.27.8414.89-
YUV81.74142.26143.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.32%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=37.32%
G=23.91%
B=38.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103661070.040.3800.58294.1523.733.92
Hex67426B42603A1261822
Octal1471021534460724463042
Binary110011110000101101011100100110011101010010011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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