#63396C

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

Shades of Seance #63396C

Tints of Seance #63396C

Color information

#63396C (or 0x63396C) is unknown color: approx Seance. HEX triplet: 63, 39 and 6C. RGB value is (99,57,108). Sum of RGB (Red+Green+Blue) = 99+57+108=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #63396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63396C is #9CC693. Grayscale: #4B4B4B. Windows color (decimal): -10274452 or 7092579. OLE color: 7092579.

HSL color Cylindrical-coordinate representation of color #63396C: hue angle of 289.41º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63396C is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9957108-
CMYK0.080.4700.58
HSL289.41º30.91%32.35%-
HSV(B)289.41º47.22%42.35%-
XYZ9.326.6614.98-
YUV75.37146.41144.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 57 (22.66% from 255) = 21.59%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=37.5%
G=21.59%
B=40.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99571080.080.4700.58289.4130.9132.35
Hex63396C82F03A1211f20
Octal1437115410570724413740
Binary110001111100111011001000101111011101010010000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63396C; }

 p { color: rgb(99,57,108); }

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

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

 a { background-color: rgb(99,57,108); }

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

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

 span { border-color: rgb(99,57,108); }

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