#664463

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

Shades of Seance #664463

Tints of Seance #664463

Color information

#664463 (or 0x664463) is unknown color: approx Seance. HEX triplet: 66, 44 and 63. RGB value is (102,68,99). Sum of RGB (Red+Green+Blue) = 102+68+99=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664463 is #99BB9C. Grayscale: #515151. Windows color (decimal): -10075037 or 6505574. OLE color: 6505574.

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

Color convert

RGB1026899-
CMYK00.330.030.6
HSL305.29º20%33.33%-
HSV(B)305.29º33.33%40%-
XYZ9.87.8612.81-
YUV81.7137.76142.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=37.92%
G=25.28%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102689900.330.030.6305.292033.33
Hex66446302133C1311421
Octal1461041430413744612441
Binary11001101000100110001101000011111110010011000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664463; }

 p { color: rgb(102,68,99); }

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

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

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

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

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

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

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