#63236C

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

Shades of Seance #63236C

Tints of Seance #63236C

Color information

#63236C (or 0x63236C) is unknown color: approx Seance. HEX triplet: 63, 23 and 6C. RGB value is (99,35,108). Sum of RGB (Red+Green+Blue) = 99+35+108=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #63236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63236C is #9CDC93. Grayscale: #3E3E3E. Windows color (decimal): -10280084 or 7086947. OLE color: 7086947.

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

Color convert

RGB9935108-
CMYK0.080.6800.58
HSL292.6º51.05%28.04%-
HSV(B)292.6º67.59%42.35%-
XYZ8.454.9414.69-
YUV62.46153.7154.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 35 (14.06% from 255) = 14.46%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=40.91%
G=14.46%
B=44.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99351080.080.6800.58292.651.0528.04
Hex63236C84403A125331c
Octal14343154101040724456334
Binary1100011100011110110010001000100011101010010010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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