#63236B

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

Shades of Seance #63236B

Tints of Seance #63236B

Color information

#63236B (or 0x63236B) is unknown color: approx Seance. HEX triplet: 63, 23 and 6B. RGB value is (99,35,107). Sum of RGB (Red+Green+Blue) = 99+35+107=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #63236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63236B is #9CDC94. Grayscale: #3E3E3E. Windows color (decimal): -10280085 or 7021411. OLE color: 7021411.

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

Color convert

RGB9935107-
CMYK0.070.6700.58
HSL293.33º50.7%27.84%-
HSV(B)293.33º67.29%41.96%-
XYZ8.44.9214.42-
YUV62.34153.2154.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=41.08%
G=14.52%
B=44.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99351070.070.6700.58293.3350.727.84
Hex63236B74303A125331c
Octal1434315371030724456334
Binary110001110001111010111111000011011101010010010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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