#613C60

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

Shades of Seance #613C60

Tints of Seance #613C60

Color information

#613C60 (or 0x613C60) is unknown color: approx Seance. HEX triplet: 61, 3C and 60. RGB value is (97,60,96). Sum of RGB (Red+Green+Blue) = 97+60+96=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #613C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C60 is #9EC39F. Grayscale: #4B4B4B. Windows color (decimal): -10404768 or 6306913. OLE color: 6306913.

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

Color convert

RGB976096-
CMYK00.380.010.62
HSL301.62º23.57%30.78%-
HSV(B)301.62º38.14%38.04%-
XYZ8.666.6211.89-
YUV75.17139.76143.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=38.34%
G=23.72%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97609600.380.010.62301.6223.5730.78
Hex613C6002613E12e181f
Octal141741400461764563037
Binary11000011111001100000010011011111101001011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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