#63246B

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

Shades of Seance #63246B

Tints of Seance #63246B

Color information

#63246B (or 0x63246B) is unknown color: approx Seance. HEX triplet: 63, 24 and 6B. RGB value is (99,36,107). Sum of RGB (Red+Green+Blue) = 99+36+107=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #63246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63246B is #9CDB94. Grayscale: #3E3E3E. Windows color (decimal): -10279829 or 7021667. OLE color: 7021667.

HSL color Cylindrical-coordinate representation of color #63246B: hue angle of 293.24º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63246B is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9936107-
CMYK0.070.6600.58
HSL293.24º49.65%28.04%-
HSV(B)293.24º66.36%41.96%-
XYZ8.434.9814.43-
YUV62.93152.87153.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=40.91%
G=14.88%
B=44.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99361070.070.6600.58293.2449.6528.04
Hex63246B74203A125321c
Octal1434415371020724456234
Binary110001110010011010111111000010011101010010010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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