#63356C

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

Shades of Seance #63356C

Tints of Seance #63356C

Color information

#63356C (or 0x63356C) is unknown color: approx Seance. HEX triplet: 63, 35 and 6C. RGB value is (99,53,108). Sum of RGB (Red+Green+Blue) = 99+53+108=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #63356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63356C is #9CCA93. Grayscale: #484848. Windows color (decimal): -10275476 or 7091555. OLE color: 7091555.

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

Color convert

RGB9953108-
CMYK0.080.5100.58
HSL290.18º34.16%31.57%-
HSV(B)290.18º50.93%42.35%-
XYZ9.136.2814.92-
YUV73.02147.74146.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.08%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=38.08%
G=20.38%
B=41.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99531080.080.5100.58290.1834.1631.57
Hex63356C83303A1222220
Octal1436515410630724424240
Binary1100011110101110110010001100110111010100100010100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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