#663B63

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

Shades of Seance #663B63

Tints of Seance #663B63

Color information

#663B63 (or 0x663B63) is unknown color: approx Seance. HEX triplet: 66, 3B and 63. RGB value is (102,59,99). Sum of RGB (Red+Green+Blue) = 102+59+99=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #663B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B63 is #99C49C. Grayscale: #4C4C4C. Windows color (decimal): -10077341 or 6503270. OLE color: 6503270.

HSL color Cylindrical-coordinate representation of color #663B63: hue angle of 304.19º 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 #663B63 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB1025999-
CMYK00.420.030.6
HSL304.19º26.71%31.57%-
HSV(B)304.19º42.16%40%-
XYZ9.36.8512.64-
YUV76.42140.75146.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=39.23%
G=22.69%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102599900.420.030.6304.1926.7131.57
Hex663B6302A33C1301b20
Octal146731430523744603340
Binary1100110111011110001101010101111110010011000011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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