#632369

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

Shades of Seance #632369

Tints of Seance #632369

Color information

#632369 (or 0x632369) is unknown color: approx Seance. HEX triplet: 63, 23 and 69. RGB value is (99,35,105). Sum of RGB (Red+Green+Blue) = 99+35+105=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #632369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632369 is #9CDC96. Grayscale: #3D3D3D. Windows color (decimal): -10280087 or 6890339. OLE color: 6890339.

HSL color Cylindrical-coordinate representation of color #632369: hue angle of 294.86º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632369 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9935105-
CMYK0.060.6700.59
HSL294.86º50%27.45%-
HSV(B)294.86º66.67%41.18%-
XYZ8.34.8713.87-
YUV62.12152.2154.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.42%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=41.42%
G=14.64%
B=43.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99351050.060.6700.59294.865027.45
Hex63236964303B127321b
Octal1434315161030734476233
Binary110001110001111010011101000011011101110010011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632369; }

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

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

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

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

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

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

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

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