#67406E

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

Shades of Eminence #67406E

Tints of Eminence #67406E

Color information

#67406E (or 0x67406E) is unknown color: approx Eminence. HEX triplet: 67, 40 and 6E. RGB value is (103,64,110). Sum of RGB (Red+Green+Blue) = 103+64+110=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #67406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67406E is #98BF91. Grayscale: #505050. Windows color (decimal): -10010514 or 7225447. OLE color: 7225447.

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

Color convert

RGB10364110-
CMYK0.060.4200.57
HSL290.87º26.44%34.12%-
HSV(B)290.87º41.82%43.14%-
XYZ10.247.6815.69-
YUV80.9144.42143.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=37.18%
G=23.10%
B=39.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103641100.060.4200.57290.8726.4434.12
Hex67406E62A0391231a22
Octal1471001566520714433242
Binary110011110000001101110110101010011100110010001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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