#664170

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

Shades of Eminence #664170

Tints of Eminence #664170

Color information

#664170 (or 0x664170) is unknown color: approx Eminence. HEX triplet: 66, 41 and 70. RGB value is (102,65,112). Sum of RGB (Red+Green+Blue) = 102+65+112=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #664170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664170 is #99BE8F. Grayscale: #515151. Windows color (decimal): -10075792 or 7356774. OLE color: 7356774.

HSL color Cylindrical-coordinate representation of color #664170: hue angle of 287.23º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #664170 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10265112-
CMYK0.090.4200.56
HSL287.23º26.55%34.71%-
HSV(B)287.23º41.96%43.92%-
XYZ10.297.7816.29-
YUV81.42145.26142.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=36.56%
G=23.30%
B=40.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102651120.090.4200.56287.2326.5534.71
Hex66417092A03811f1b23
Octal14610116011520704373343
Binary1100110100000111100001001101010011100010001111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664170; }

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

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

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

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

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

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

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

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