#663368

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

Shades of Seance #663368

Tints of Seance #663368

Color information

#663368 (or 0x663368) is unknown color: approx Seance. HEX triplet: 66, 33 and 68. RGB value is (102,51,104). Sum of RGB (Red+Green+Blue) = 102+51+104=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #663368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663368 is #99CC97. Grayscale: #484848. Windows color (decimal): -10079384 or 6828902. OLE color: 6828902.

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

Color convert

RGB10251104-
CMYK0.020.5100.59
HSL297.74º34.19%30.39%-
HSV(B)297.74º50.96%40.78%-
XYZ9.166.1913.81-
YUV72.29145.9149.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=39.69%
G=19.84%
B=40.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102511040.020.5100.59297.7434.1930.39
Hex66336823303B12a221e
Octal146631502630734524236
Binary1100110110011110100010110011011101110010101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663368; }

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

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

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

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

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

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

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

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