#664568

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

Shades of Eminence #664568

Tints of Eminence #664568

Color information

#664568 (or 0x664568) is unknown color: approx Eminence. HEX triplet: 66, 45 and 68. RGB value is (102,69,104). Sum of RGB (Red+Green+Blue) = 102+69+104=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #664568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664568 is #99BA97. Grayscale: #525252. Windows color (decimal): -10074776 or 6833510. OLE color: 6833510.

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

Color convert

RGB10269104-
CMYK0.020.3400.59
HSL296.57º20.23%33.92%-
HSV(B)296.57º33.65%40.78%-
XYZ10.118.0814.12-
YUV82.86139.93141.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=37.09%
G=25.09%
B=37.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102691040.020.3400.59296.5720.2333.92
Hex66456822203B1291422
Octal1461051502420734512442
Binary11001101000101110100010100010011101110010100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664568; }

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

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

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

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

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

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

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

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