#66416E

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

Shades of Eminence #66416E

Tints of Eminence #66416E

Color information

#66416E (or 0x66416E) is unknown color: approx Eminence. HEX triplet: 66, 41 and 6E. RGB value is (102,65,110). Sum of RGB (Red+Green+Blue) = 102+65+110=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 65 (25.78% from 255 or 23.47% 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 #66416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66416E is #99BE91. Grayscale: #515151. Windows color (decimal): -10075794 or 7225702. OLE color: 7225702.

HSL color Cylindrical-coordinate representation of color #66416E: hue angle of 289.33º 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 #66416E is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10265110-
CMYK0.070.4100.57
HSL289.33º25.71%34.31%-
HSV(B)289.33º40.91%43.14%-
XYZ10.187.7315.71-
YUV81.19144.26142.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=36.82%
G=23.47%
B=39.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102651100.070.4100.57289.3325.7134.31
Hex66416E7290391211a22
Octal1461011567510714413242
Binary110011010000011101110111101001011100110010000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,65,110); }

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

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

 a { background-color: rgb(102,65,110); }

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

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

 span { border-color: rgb(102,65,110); }

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