#67406B

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

Shades of Eminence #67406B

Tints of Eminence #67406B

Color information

#67406B (or 0x67406B) is unknown color: approx Eminence. HEX triplet: 67, 40 and 6B. RGB value is (103,64,107). Sum of RGB (Red+Green+Blue) = 103+64+107=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #67406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67406B is #98BF94. Grayscale: #505050. Windows color (decimal): -10010517 or 7028839. OLE color: 7028839.

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

Color convert

RGB10364107-
CMYK0.040.4000.58
HSL294.42º25.15%33.53%-
HSV(B)294.42º40.19%41.96%-
XYZ10.087.6114.85-
YUV80.56142.92144-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=37.59%
G=23.36%
B=39.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103641070.040.4000.58294.4225.1533.53
Hex67406B42803A1261922
Octal1471001534500724463142
Binary110011110000001101011100101000011101010010011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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