#613562

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

Shades of Seance #613562

Tints of Seance #613562

Color information

#613562 (or 0x613562) is unknown color: approx Seance. HEX triplet: 61, 35 and 62. RGB value is (97,53,98). Sum of RGB (Red+Green+Blue) = 97+53+98=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #613562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613562 is #9ECA9D. Grayscale: #474747. Windows color (decimal): -10406558 or 6436193. OLE color: 6436193.

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

Color convert

RGB975398-
CMYK0.010.4600.62
HSL298.67º29.8%29.61%-
HSV(B)298.67º45.92%38.43%-
XYZ8.415.9712.26-
YUV71.29143.08146.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=39.11%
G=21.37%
B=39.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9753980.010.4600.62298.6729.829.61
Hex61356212E03E12b1e1e
Octal141651421560764533636
Binary11000011101011100010110111001111101001010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613562; }

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

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

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

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

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

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

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

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