#61196B

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

Shades of Seance #61196B

Tints of Seance #61196B

Color information

#61196B (or 0x61196B) is unknown color: approx Seance. HEX triplet: 61, 19 and 6B. RGB value is (97,25,107). Sum of RGB (Red+Green+Blue) = 97+25+107=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #61196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61196B is #9EE694. Grayscale: #373737. Windows color (decimal): -10413717 or 7018849. OLE color: 7018849.

HSL color Cylindrical-coordinate representation of color #61196B: hue angle of 292.68º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61196B is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9725107-
CMYK0.090.7700.58
HSL292.68º62.12%25.88%-
HSV(B)292.68º76.64%41.96%-
XYZ7.934.314.32-
YUV55.88156.85157.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=42.36%
G=10.92%
B=46.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97251070.090.7700.58292.6862.1225.88
Hex61196B94D03A1253e1a
Octal14131153111150724457632
Binary110000111001110101110011001101011101010010010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61196B; }

 p { color: rgb(97,25,107); }

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

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

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

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

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

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

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