#63246D

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

Shades of Seance #63246D

Tints of Seance #63246D

Color information

#63246D (or 0x63246D) is unknown color: approx Seance. HEX triplet: 63, 24 and 6D. RGB value is (99,36,109). Sum of RGB (Red+Green+Blue) = 99+36+109=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #63246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63246D is #9CDB92. Grayscale: #3E3E3E. Windows color (decimal): -10279827 or 7152739. OLE color: 7152739.

HSL color Cylindrical-coordinate representation of color #63246D: hue angle of 291.78º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63246D is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9936109-
CMYK0.090.6700.57
HSL291.78º50.34%28.43%-
HSV(B)291.78º66.97%42.75%-
XYZ8.545.0214.99-
YUV63.16153.87153.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=40.57%
G=14.75%
B=44.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99361090.090.6700.57291.7850.3428.43
Hex63246D943039124321c
Octal14344155111030714446234
Binary1100011100100110110110011000011011100110010010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63246D; }

 p { color: rgb(99,36,109); }

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

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

 a { background-color: rgb(99,36,109); }

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

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

 span { border-color: rgb(99,36,109); }

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