#663B66

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

Shades of Seance #663B66

Tints of Seance #663B66

Color information

#663B66 (or 0x663B66) is unknown color: approx Seance. HEX triplet: 66, 3B and 66. RGB value is (102,59,102). Sum of RGB (Red+Green+Blue) = 102+59+102=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #663B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B66 is #99C499. Grayscale: #4C4C4C. Windows color (decimal): -10077338 or 6699878. OLE color: 6699878.

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

Color convert

RGB10259102-
CMYK00.4200.6
HSL300º26.71%31.57%-
HSV(B)300º42.16%40%-
XYZ9.446.9113.41-
YUV76.76142.25146-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=38.78%
G=22.43%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1025910200.4200.630026.7131.57
Hex663B6602A03C12c1b20
Octal146731460520744543340
Binary110011011101111001100101010011110010010110011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663B66; }

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

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

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

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

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

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

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

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