#613463

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

Shades of Seance #613463

Tints of Seance #613463

Color information

#613463 (or 0x613463) is unknown color: approx Seance. HEX triplet: 61, 34 and 63. RGB value is (97,52,99). Sum of RGB (Red+Green+Blue) = 97+52+99=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #613463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613463 is #9ECB9C. Grayscale: #464646. Windows color (decimal): -10406813 or 6501473. OLE color: 6501473.

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

Color convert

RGB975299-
CMYK0.020.4700.61
HSL297.45º31.13%29.61%-
HSV(B)297.45º47.47%38.82%-
XYZ8.415.912.5-
YUV70.81143.91146.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=39.11%
G=20.97%
B=39.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9752990.020.4700.61297.4531.1329.61
Hex61346322F03D1291f1e
Octal141641432570754513736
Binary110000111010011000111010111101111011001010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613463; }

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

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

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

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

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

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

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

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