#613063

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

Shades of Seance #613063

Tints of Seance #613063

Color information

#613063 (or 0x613063) is unknown color: approx Seance. HEX triplet: 61, 30 and 63. RGB value is (97,48,99). Sum of RGB (Red+Green+Blue) = 97+48+99=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #613063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613063 is #9ECF9C. Grayscale: #444444. Windows color (decimal): -10407837 or 6500449. OLE color: 6500449.

HSL color Cylindrical-coordinate representation of color #613063: hue angle of 297.65º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #613063 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB974899-
CMYK0.020.5200.61
HSL297.65º34.69%28.82%-
HSV(B)297.65º51.52%38.82%-
XYZ8.245.5612.44-
YUV68.46145.23148.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=39.75%
G=19.67%
B=40.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9748990.020.5200.61297.6534.6928.82
Hex61306323403D12a231d
Octal141601432640754524335
Binary1100001110000110001110110100011110110010101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613063; }

 p { color: rgb(97,48,99); }

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

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

 a { background-color: rgb(97,48,99); }

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

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

 span { border-color: rgb(97,48,99); }

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