#613B60

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

Shades of Seance #613B60

Tints of Seance #613B60

Color information

#613B60 (or 0x613B60) is unknown color: approx Seance. HEX triplet: 61, 3B and 60. RGB value is (97,59,96). Sum of RGB (Red+Green+Blue) = 97+59+96=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #613B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B60 is #9EC49F. Grayscale: #4A4A4A. Windows color (decimal): -10405024 or 6306657. OLE color: 6306657.

HSL color Cylindrical-coordinate representation of color #613B60: hue angle of 301.58º 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 #613B60 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB975996-
CMYK00.390.010.62
HSL301.58º24.36%30.59%-
HSV(B)301.58º39.18%38.04%-
XYZ8.616.5111.87-
YUV74.58140.09143.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 59 (23.44% from 255) = 23.41%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=38.49%
G=23.41%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97599600.390.010.62301.5824.3630.59
Hex613B6002713E12e181f
Octal141731400471764563037
Binary11000011110111100000010011111111101001011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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