#663168

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

Shades of Seance #663168

Tints of Seance #663168

Color information

#663168 (or 0x663168) is unknown color: approx Seance. HEX triplet: 66, 31 and 68. RGB value is (102,49,104). Sum of RGB (Red+Green+Blue) = 102+49+104=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #663168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663168 is #99CE97. Grayscale: #464646. Windows color (decimal): -10079896 or 6828390. OLE color: 6828390.

HSL color Cylindrical-coordinate representation of color #663168: hue angle of 297.82º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663168 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10249104-
CMYK0.020.5300.59
HSL297.82º35.95%30%-
HSV(B)297.82º52.88%40.78%-
XYZ9.086.0213.78-
YUV71.12146.56150.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=40%
G=19.22%
B=40.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102491040.020.5300.59297.8235.9530
Hex66316823503B12a241e
Octal146611502650734524436
Binary1100110110001110100010110101011101110010101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663168; }

 p { color: rgb(102,49,104); }

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

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

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

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

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

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

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