#613661

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

Shades of Seance #613661

Tints of Seance #613661

Color information

#613661 (or 0x613661) is unknown color: approx Seance. HEX triplet: 61, 36 and 61. RGB value is (97,54,97). Sum of RGB (Red+Green+Blue) = 97+54+97=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #613661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613661 is #9EC99E. Grayscale: #474747. Windows color (decimal): -10406303 or 6370913. OLE color: 6370913.

HSL color Cylindrical-coordinate representation of color #613661: hue angle of 300º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #613661 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB975497-
CMYK00.4400.62
HSL300º28.48%29.61%-
HSV(B)300º44.33%38.04%-
XYZ8.416.0412.03-
YUV71.76142.25146-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=39.11%
G=21.77%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97549700.4400.6230028.4829.61
Hex61366102C03E12c1c1e
Octal141661410540764543436
Binary11000011101101100001010110001111101001011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613661; }

 p { color: rgb(97,54,97); }

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

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

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

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

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

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

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