#613C65

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

Shades of Seance #613C65

Tints of Seance #613C65

Color information

#613C65 (or 0x613C65) is unknown color: approx Seance. HEX triplet: 61, 3C and 65. RGB value is (97,60,101). Sum of RGB (Red+Green+Blue) = 97+60+101=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 101 - color contains mainly: blue. Hex color #613C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C65 is #9EC39A. Grayscale: #4B4B4B. Windows color (decimal): -10404763 or 6634593. OLE color: 6634593.

HSL color Cylindrical-coordinate representation of color #613C65: hue angle of 294.15º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #613C65 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9760101-
CMYK0.040.4100.60
HSL294.15º25.47%31.57%-
HSV(B)294.15º40.59%39.61%-
XYZ8.896.7113.14-
YUV75.74142.26143.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 101 (39.84% from 255) = 39.15%
R=37.60%
G=23.26%
B=39.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97601010.040.4100.60294.1525.4731.57
Hex613C6542903C1261920
Octal141741454510744463140
Binary11000011111001100101100101001011110010010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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