#664066

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

Shades of Seance #664066

Tints of Seance #664066

Color information

#664066 (or 0x664066) is unknown color: approx Seance. HEX triplet: 66, 40 and 66. RGB value is (102,64,102). Sum of RGB (Red+Green+Blue) = 102+64+102=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #664066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664066 is #99BF99. Grayscale: #4F4F4F. Windows color (decimal): -10076058 or 6701158. OLE color: 6701158.

HSL color Cylindrical-coordinate representation of color #664066: hue angle of 300º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664066 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10264102-
CMYK00.3700.6
HSL300º22.89%32.55%-
HSV(B)300º37.25%40%-
XYZ9.717.4513.5-
YUV79.69140.59143.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=38.06%
G=23.88%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1026410200.3700.630022.8932.55
Hex66406602503C12c1721
Octal1461001460450744542741
Binary1100110100000011001100100101011110010010110010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664066; }

 p { color: rgb(102,64,102); }

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

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

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

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

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

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

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