#663365

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

Shades of Seance #663365

Tints of Seance #663365

Color information

#663365 (or 0x663365) is unknown color: approx Seance. HEX triplet: 66, 33 and 65. RGB value is (102,51,101). Sum of RGB (Red+Green+Blue) = 102+51+101=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #663365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663365 is #99CC9A. Grayscale: #474747. Windows color (decimal): -10079387 or 6632294. OLE color: 6632294.

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

Color convert

RGB10251101-
CMYK00.50.010.6
HSL301.18º33.33%30%-
HSV(B)301.18º50%40%-
XYZ9.016.1313.02-
YUV71.95144.4149.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=40.16%
G=20.08%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1025110100.50.010.6301.1833.3330
Hex66336503213C12d211e
Octal146631450621744554136
Binary110011011001111001010110010111110010010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663365; }

 p { color: rgb(102,51,101); }

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

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

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

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

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

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

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