#631B6D

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

Shades of Seance #631B6D

Tints of Seance #631B6D

Color information

#631B6D (or 0x631B6D) is unknown color: approx Seance. HEX triplet: 63, 1B and 6D. RGB value is (99,27,109). Sum of RGB (Red+Green+Blue) = 99+27+109=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #631B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B6D is #9CE492. Grayscale: #393939. Windows color (decimal): -10282131 or 7150435. OLE color: 7150435.

HSL color Cylindrical-coordinate representation of color #631B6D: hue angle of 292.68º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631B6D is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9927109-
CMYK0.090.7500.57
HSL292.68º60.29%26.67%-
HSV(B)292.68º75.23%42.75%-
XYZ8.34.5414.91-
YUV57.88156.85157.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 27 (10.94% from 255) = 11.49%
BLUE value IS 109 (42.97% from 255) = 46.38%
R=42.13%
G=11.49%
B=46.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99271090.090.7500.57292.6860.2926.67
Hex631B6D94B0391253c1b
Octal14333155111130714457433
Binary110001111011110110110011001011011100110010010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631B6D; }

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

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

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

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

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

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

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

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