#60196D

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

Shades of Seance #60196D

Tints of Seance #60196D

Color information

#60196D (or 0x60196D) is unknown color: approx Seance. HEX triplet: 60, 19 and 6D. RGB value is (96,25,109). Sum of RGB (Red+Green+Blue) = 96+25+109=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 25 (10.16% from 255 or 10.87% 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 #60196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60196D is #9FE692. Grayscale: #373737. Windows color (decimal): -10479251 or 7149920. OLE color: 7149920.

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

Color convert

RGB9625109-
CMYK0.120.7700.57
HSL290.71º62.69%26.27%-
HSV(B)290.71º77.06%42.75%-
XYZ7.934.2914.88-
YUV55.8158.02156.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=41.74%
G=10.87%
B=47.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96251090.120.7700.57290.7162.6926.27
Hex60196DC4D0391233f1a
Octal14031155141150714437732
Binary110000011001110110111001001101011100110010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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