#664268

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

Shades of Eminence #664268

Tints of Eminence #664268

Color information

#664268 (or 0x664268) is unknown color: approx Eminence. HEX triplet: 66, 42 and 68. RGB value is (102,66,104). Sum of RGB (Red+Green+Blue) = 102+66+104=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #664268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664268 is #99BD97. Grayscale: #505050. Windows color (decimal): -10075544 or 6832742. OLE color: 6832742.

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

Color convert

RGB10266104-
CMYK0.020.3700.59
HSL296.84º22.35%33.33%-
HSV(B)296.84º36.54%40.78%-
XYZ9.937.7214.06-
YUV81.1140.93142.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=37.5%
G=24.26%
B=38.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102661040.020.3700.59296.8422.3533.33
Hex66426822503B1291621
Octal1461021502450734512641
Binary11001101000010110100010100101011101110010100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664268; }

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

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

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

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

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

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

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

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