#61186D

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

Shades of Seance #61186D

Tints of Seance #61186D

Color information

#61186D (or 0x61186D) is unknown color: approx Seance. HEX triplet: 61, 18 and 6D. RGB value is (97,24,109). Sum of RGB (Red+Green+Blue) = 97+24+109=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #61186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61186D is #9EE792. Grayscale: #373737. Windows color (decimal): -10413971 or 7149665. OLE color: 7149665.

HSL color Cylindrical-coordinate representation of color #61186D: hue angle of 291.53º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61186D is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9724109-
CMYK0.110.7800.57
HSL291.53º63.91%26.08%-
HSV(B)291.53º77.98%42.75%-
XYZ8.024.314.88-
YUV55.52158.18157.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=42.17%
G=10.43%
B=47.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97241090.110.7800.57291.5363.9126.08
Hex61186DB4E039124401a
Octal141301551311607144410032
Binary1100001110001101101101110011100111001100100100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61186D; }

 p { color: rgb(97,24,109); }

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

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

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

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

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

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

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