#66466B

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

Shades of Eminence #66466B

Tints of Eminence #66466B

Color information

#66466B (or 0x66466B) is unknown color: approx Eminence. HEX triplet: 66, 46 and 6B. RGB value is (102,70,107). Sum of RGB (Red+Green+Blue) = 102+70+107=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #66466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66466B is #99B994. Grayscale: #535353. Windows color (decimal): -10074517 or 7030374. OLE color: 7030374.

HSL color Cylindrical-coordinate representation of color #66466B: hue angle of 291.89º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66466B is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10270107-
CMYK0.050.3500.58
HSL291.89º20.9%34.71%-
HSV(B)291.89º34.58%41.96%-
XYZ10.328.2714.96-
YUV83.79141.1140.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=36.56%
G=25.09%
B=38.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102701070.050.3500.58291.8920.934.71
Hex66466B52303A1241523
Octal1461061535430724442543
Binary110011010001101101011101100011011101010010010010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,70,107); }

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

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

 a { background-color: rgb(102,70,107); }

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

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

 span { border-color: rgb(102,70,107); }

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