#631674

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

Shades of Seance #631674

Tints of Seance #631674

Color information

#631674 (or 0x631674) is unknown color: approx Seance. HEX triplet: 63, 16 and 74. RGB value is (99,22,116). Sum of RGB (Red+Green+Blue) = 99+22+116=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #631674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631674 is #9CE98B. Grayscale: #373737. Windows color (decimal): -10283404 or 7607907. OLE color: 7607907.

HSL color Cylindrical-coordinate representation of color #631674: hue angle of 289.15º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631674 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9922116-
CMYK0.150.8100.55
HSL289.15º68.12%27.06%-
HSV(B)289.15º81.03%45.49%-
XYZ8.584.4916.94-
YUV55.74162.01158.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 22 (8.98% from 255) = 9.28%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=41.77%
G=9.28%
B=48.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99221160.150.8100.55289.1568.1227.06
Hex631674F51037121441b
Octal143261641712106744110433
Binary1100011101101110100111110100010110111100100001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631674; }

 p { color: rgb(99,22,116); }

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

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

 a { background-color: rgb(99,22,116); }

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

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

 span { border-color: rgb(99,22,116); }

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