#663A63

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

Shades of Seance #663A63

Tints of Seance #663A63

Color information

#663A63 (or 0x663A63) is unknown color: approx Seance. HEX triplet: 66, 3A and 63. RGB value is (102,58,99). Sum of RGB (Red+Green+Blue) = 102+58+99=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #663A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663A63 is #99C59C. Grayscale: #4B4B4B. Windows color (decimal): -10077597 or 6503014. OLE color: 6503014.

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

Color convert

RGB1025899-
CMYK00.430.030.6
HSL304.09º27.5%31.37%-
HSV(B)304.09º43.14%40%-
XYZ9.246.7512.62-
YUV75.83141.08146.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=39.38%
G=22.39%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102589900.430.030.6304.0927.531.37
Hex663A6302B33C1301c1f
Octal146721430533744603437
Binary110011011101011000110101011111111001001100001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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