#60196C

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

Shades of Seance #60196C

Tints of Seance #60196C

Color information

#60196C (or 0x60196C) is unknown color: approx Seance. HEX triplet: 60, 19 and 6C. RGB value is (96,25,108). Sum of RGB (Red+Green+Blue) = 96+25+108=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #60196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60196C is #9FE693. Grayscale: #373737. Windows color (decimal): -10479252 or 7084384. OLE color: 7084384.

HSL color Cylindrical-coordinate representation of color #60196C: hue angle of 291.33º 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 #60196C is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9625108-
CMYK0.110.7700.58
HSL291.33º62.41%26.08%-
HSV(B)291.33º76.85%42.35%-
XYZ7.884.2614.6-
YUV55.69157.52156.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=41.92%
G=10.92%
B=47.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96251080.110.7700.58291.3362.4126.08
Hex60196CB4D03A1233e1a
Octal14031154131150724437632
Binary110000011001110110010111001101011101010010001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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