#613563

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

Shades of Seance #613563

Tints of Seance #613563

Color information

#613563 (or 0x613563) is unknown color: approx Seance. HEX triplet: 61, 35 and 63. RGB value is (97,53,99). Sum of RGB (Red+Green+Blue) = 97+53+99=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #613563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613563 is #9ECA9C. Grayscale: #474747. Windows color (decimal): -10406557 or 6501729. OLE color: 6501729.

HSL color Cylindrical-coordinate representation of color #613563: hue angle of 297.39º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #613563 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB975399-
CMYK0.020.4600.61
HSL297.39º30.26%29.8%-
HSV(B)297.39º46.46%38.82%-
XYZ8.455.9912.51-
YUV71.4143.58146.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=38.96%
G=21.29%
B=39.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9753990.020.4600.61297.3930.2629.8
Hex61356322E03D1291e1e
Octal141651432560754513636
Binary110000111010111000111010111001111011001010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613563; }

 p { color: rgb(97,53,99); }

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

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

 a { background-color: rgb(97,53,99); }

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

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

 span { border-color: rgb(97,53,99); }

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