#613465

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

Shades of Seance #613465

Tints of Seance #613465

Color information

#613465 (or 0x613465) is unknown color: approx Seance. HEX triplet: 61, 34 and 65. RGB value is (97,52,101). Sum of RGB (Red+Green+Blue) = 97+52+101=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #613465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613465 is #9ECB9A. Grayscale: #464646. Windows color (decimal): -10406811 or 6632545. OLE color: 6632545.

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

Color convert

RGB9752101-
CMYK0.040.4900.60
HSL295.1º32.03%30%-
HSV(B)295.1º48.51%39.61%-
XYZ8.515.9413.01-
YUV71.04144.91146.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=38.8%
G=20.8%
B=40.4%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97521010.040.4900.60295.132.0330
Hex61346543103C127201e
Octal141641454610744474036
Binary11000011101001100101100110001011110010010011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613465; }

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

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

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

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

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

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

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

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