#60196A

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

Shades of Seance #60196A

Tints of Seance #60196A

Color information

#60196A (or 0x60196A) is unknown color: approx Seance. HEX triplet: 60, 19 and 6A. RGB value is (96,25,106). Sum of RGB (Red+Green+Blue) = 96+25+106=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #60196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60196A is #9FE695. Grayscale: #373737. Windows color (decimal): -10479254 or 6953312. OLE color: 6953312.

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

Color convert

RGB9625106-
CMYK0.090.7600.58
HSL292.59º61.83%25.69%-
HSV(B)292.59º76.42%41.57%-
XYZ7.774.2214.04-
YUV55.46156.52156.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=42.29%
G=11.01%
B=46.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96251060.090.7600.58292.5961.8325.69
Hex60196A94C03A1253e1a
Octal14031152111140724457632
Binary110000011001110101010011001100011101010010010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60196A; }

 p { color: rgb(96,25,106); }

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

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

 a { background-color: rgb(96,25,106); }

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

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

 span { border-color: rgb(96,25,106); }

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