#632D6D

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

Shades of Seance #632D6D

Tints of Seance #632D6D

Color information

#632D6D (or 0x632D6D) is unknown color: approx Seance. HEX triplet: 63, 2D and 6D. RGB value is (99,45,109). Sum of RGB (Red+Green+Blue) = 99+45+109=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #632D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D6D is #9CD292. Grayscale: #444444. Windows color (decimal): -10277523 or 7155043. OLE color: 7155043.

HSL color Cylindrical-coordinate representation of color #632D6D: hue angle of 290.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632D6D is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9945109-
CMYK0.090.5900.57
HSL290.62º41.56%30.2%-
HSV(B)290.62º58.72%42.75%-
XYZ8.845.6315.09-
YUV68.44150.89149.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.13%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 109 (42.97% from 255) = 43.08%
R=39.13%
G=17.79%
B=43.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99451090.090.5900.57290.6241.5630.2
Hex632D6D93B0391232a1e
Octal1435515511730714435236
Binary110001110110111011011001111011011100110010001110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632D6D; }

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

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

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

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

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

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

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

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