#613E60

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

Shades of Seance #613E60

Tints of Seance #613E60

Color information

#613E60 (or 0x613E60) is unknown color: approx Seance. HEX triplet: 61, 3E and 60. RGB value is (97,62,96). Sum of RGB (Red+Green+Blue) = 97+62+96=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #613E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E60 is #9EC19F. Grayscale: #4C4C4C. Windows color (decimal): -10404256 or 6307425. OLE color: 6307425.

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

Color convert

RGB976296-
CMYK00.360.010.62
HSL301.71º22.01%31.18%-
HSV(B)301.71º36.08%38.04%-
XYZ8.766.8311.92-
YUV76.34139.1142.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=38.04%
G=24.31%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97629600.360.010.62301.7122.0131.18
Hex613E6002413E12e161f
Octal141761400441764562637
Binary11000011111101100000010010011111101001011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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