Html Css Color HEX #60196D Seance

📋 copy color: '#60196D'

red 96 ◦ green 25 ◦ blue 109

#60196D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #60196D

Tints of Seance #60196D

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 value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60196D (or 0x60196D) is known color: 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

RGB 96 25 109 -
CMYK 0.12 0.77 0 0.57
HSL 290.71º 0.63% 0.26% -
HSV(B) 290.71º 0.77% 0.43% -
XYZ 7.93 4.29 14.88 -
YUV 55.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 96 25 109 0.12 0.77 0 0.57 290.71 0.63 0.26
Hex 60 19 6D C 4D 0 39 123 3F 1A
Octal 140 31 155 14 115 0 71 443 77 32
Binary 1100000 11001 1101101 1100 1001101 0 111001 100100011 111111 11010

Color Harmonies of #60196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60196D

Black with #60196D

Text Example


Text Example

White with #60196D

Text Example


Text Example

HTML Codes & Css Web 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>