#67406D

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

Shades of Eminence #67406D

Tints of Eminence #67406D

Color information

#67406D (or 0x67406D) is unknown color: approx Eminence. HEX triplet: 67, 40 and 6D. RGB value is (103,64,109). Sum of RGB (Red+Green+Blue) = 103+64+109=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #67406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67406D is #98BF92. Grayscale: #505050. Windows color (decimal): -10010515 or 7159911. OLE color: 7159911.

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

Color convert

RGB10364109-
CMYK0.060.4100.57
HSL292º26.01%33.92%-
HSV(B)292º41.28%42.75%-
XYZ10.197.6515.41-
YUV80.79143.92143.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.32%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=37.32%
G=23.19%
B=39.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103641090.060.4100.5729226.0133.92
Hex67406D6290391241a22
Octal1471001556510714443242
Binary110011110000001101101110101001011100110010010011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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