Html Css Color HEX #60196F Seance

📋 copy color: '#60196F'

red 96 ◦ green 25 ◦ blue 111

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

Shades of Seance #60196F

Tints of Seance #60196F

RGB

 RED value IS 96 (37.89% from 255) = 41.38%

 GREEN value IS 25 (10.16% from 255) = 10.78%

 BLUE value IS 111 (43.75% from 255) = 47.84%

R = 41.38%
G = 10.78%
B = 47.84%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#60196F (or 0x60196F) is known color: Seance. HEX triplet: 60, 19 and 6F. RGB value is (96,25,111). Sum of RGB (Red+Green+Blue) = 96+25+111=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #60196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60196F is #9FE690. Grayscale: #373737. Windows color (decimal): -10479249 or 7280992. OLE color: 7280992.

HSL color Cylindrical-coordinate representation of color #60196F: hue angle of 289.53º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60196F is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 25 111 -
CMYK 0.14 0.77 0 0.56
HSL 289.53º 0.63% 0.27% -
HSV(B) 289.53º 0.77% 0.44% -
XYZ 8.04 4.33 15.45 -
YUV 56.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 96 25 111 0.14 0.77 0 0.56 289.53 0.63 0.27
Hex 60 19 6F E 4D 0 38 122 3F 1B
Octal 140 31 157 16 115 0 70 442 77 33
Binary 1100000 11001 1101111 1110 1001101 0 111000 100100010 111111 11011

Color Harmonies of #60196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60196F

Black with #60196F

Text Example


Text Example

White with #60196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60196F;
 }
 .AnyTagClassName
 {
   color: #60196F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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