#61166D

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

Shades of Seance #61166D

Tints of Seance #61166D

Color information

#61166D (or 0x61166D) is unknown color: approx Seance. HEX triplet: 61, 16 and 6D. RGB value is (97,22,109). Sum of RGB (Red+Green+Blue) = 97+22+109=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #61166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61166D is #9EE992. Grayscale: #363636. Windows color (decimal): -10414483 or 7149153. OLE color: 7149153.

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

Color convert

RGB9722109-
CMYK0.110.8000.57
HSL291.72º66.41%25.69%-
HSV(B)291.72º79.82%42.75%-
XYZ7.984.2214.86-
YUV54.34158.85158.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=42.54%
G=9.65%
B=47.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97221090.110.8000.57291.7266.4125.69
Hex61166DB50039124421a
Octal141261551312007144410232
Binary1100001101101101101101110100000111001100100100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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