#664668

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

Shades of Eminence #664668

Tints of Eminence #664668

Color information

#664668 (or 0x664668) is unknown color: approx Eminence. HEX triplet: 66, 46 and 68. RGB value is (102,70,104). Sum of RGB (Red+Green+Blue) = 102+70+104=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #664668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664668 is #99B997. Grayscale: #535353. Windows color (decimal): -10074520 or 6833766. OLE color: 6833766.

HSL color Cylindrical-coordinate representation of color #664668: hue angle of 296.47º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #664668 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10270104-
CMYK0.020.3300.59
HSL296.47º19.54%34.12%-
HSV(B)296.47º32.69%40.78%-
XYZ10.178.214.14-
YUV83.44139.6141.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=36.96%
G=25.36%
B=37.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102701040.020.3300.59296.4719.5434.12
Hex66466822103B1281422
Octal1461061502410734502442
Binary11001101000110110100010100001011101110010100010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664668; }

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

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

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

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

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

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

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

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