Shades of Seance #60187B
Tints of Seance #60187B
RGB
CMYK
RGB Variations
Color information
#60187B (or 0x60187B) is known color: Seance. HEX triplet: 60, 18 and 7B. RGB value is (96,24,123). Sum of RGB (Red+Green+Blue) = 96+24+123=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #60187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60187B is #9FE784. Grayscale: #383838. Windows color (decimal): -10479493 or 8067168. OLE color: 8067168.
HSL color Cylindrical-coordinate representation of color #60187B: hue angle of 283.64º degrees, saturation: 0.67, 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 #60187B is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 24 | 123 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.52 |
| HSL | 283.64º | 0.67% | 0.29% | - |
| HSV(B) | 283.64º | 0.8% | 0.48% | - |
| XYZ | 8.73 | 4.57 | 19.16 | - |
| YUV | 56.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 123 | 0.22 | 0.80 | 0 | 0.52 | 283.64 | 0.67 | 0.29 |
| Hex | 60 | 18 | 7B | 16 | 50 | 0 | 34 | 11C | 43 | 1D |
| Octal | 140 | 30 | 173 | 26 | 120 | 0 | 64 | 434 | 103 | 35 |
| Binary | 1100000 | 11000 | 1111011 | 10110 | 1010000 | 0 | 110100 | 100011100 | 1000011 | 11101 |
Color Harmonies of #60187B
Complementary color
Monochromatic Colors of #60187B
Black with #60187B
Text Example
Text Example
White with #60187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60187B; }
p { color: rgb(96,24,123); }
H1.HeaderClassName
{
color: #60187B;
}
.AnyTagClassName
{
color: #60187B;
}
</style>
background-color css
<style>
a { background-color: #60187B; }
a { background-color: rgb(96,24,123); }
div.DivClassName
{
background-color: #60187B;
}
.BgClassName
{
background-color: #60187B;
}
</style>
border-color css
<style>
span { border-color: #60187B; }
span { border-color: rgb(96,24,123); }
td.TdClassName
{
border-color: #60187B;
}
.TagClassName
{
border-color: #60187B;
}
</style>