Shades of Seance #60197B
Tints of Seance #60197B
RGB
CMYK
RGB Variations
Color information
#60197B (or 0x60197B) is known color: Seance. HEX triplet: 60, 19 and 7B. RGB value is (96,25,123). Sum of RGB (Red+Green+Blue) = 96+25+123=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #60197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60197B is #9FE684. Grayscale: #393939. Windows color (decimal): -10479237 or 8067424. OLE color: 8067424.
HSL color Cylindrical-coordinate representation of color #60197B: hue angle of 283.47º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60197B is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 25 | 123 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.52 |
| HSL | 283.47º | 0.66% | 0.29% | - |
| HSV(B) | 283.47º | 0.8% | 0.48% | - |
| XYZ | 8.75 | 4.61 | 19.17 | - |
| YUV | 57.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 123 | 0.22 | 0.80 | 0 | 0.52 | 283.47 | 0.66 | 0.29 |
| Hex | 60 | 19 | 7B | 16 | 50 | 0 | 34 | 11B | 42 | 1D |
| Octal | 140 | 31 | 173 | 26 | 120 | 0 | 64 | 433 | 102 | 35 |
| Binary | 1100000 | 11001 | 1111011 | 10110 | 1010000 | 0 | 110100 | 100011011 | 1000010 | 11101 |
Color Harmonies of #60197B
Complementary color
Monochromatic Colors of #60197B
Black with #60197B
Text Example
Text Example
White with #60197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60197B; }
p { color: rgb(96,25,123); }
H1.HeaderClassName
{
color: #60197B;
}
.AnyTagClassName
{
color: #60197B;
}
</style>
background-color css
<style>
a { background-color: #60197B; }
a { background-color: rgb(96,25,123); }
div.DivClassName
{
background-color: #60197B;
}
.BgClassName
{
background-color: #60197B;
}
</style>
border-color css
<style>
span { border-color: #60197B; }
span { border-color: rgb(96,25,123); }
td.TdClassName
{
border-color: #60197B;
}
.TagClassName
{
border-color: #60197B;
}
</style>