#613B61

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

Shades of Seance #613B61

Tints of Seance #613B61

Color information

#613B61 (or 0x613B61) is unknown color: approx Seance. HEX triplet: 61, 3B and 61. RGB value is (97,59,97). Sum of RGB (Red+Green+Blue) = 97+59+97=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #613B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B61 is #9EC49E. Grayscale: #4A4A4A. Windows color (decimal): -10405023 or 6372193. OLE color: 6372193.

HSL color Cylindrical-coordinate representation of color #613B61: hue angle of 300º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #613B61 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB975997-
CMYK00.3900.62
HSL300º24.36%30.59%-
HSV(B)300º39.18%38.04%-
XYZ8.656.5312.11-
YUV74.69140.59143.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=38.34%
G=23.32%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97599700.3900.6230024.3630.59
Hex613B6102703E12c181f
Octal141731410470764543037
Binary11000011110111100001010011101111101001011001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613B61; }

 p { color: rgb(97,59,97); }

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

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

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

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

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

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

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