Shades of Seance #601B6C
Tints of Seance #601B6C
RGB
CMYK
RGB Variations
Color information
#601B6C (or 0x601B6C) is known color: Seance. HEX triplet: 60, 1B and 6C. RGB value is (96,27,108). Sum of RGB (Red+Green+Blue) = 96+27+108=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #601B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601B6C is #9FE493. Grayscale: #383838. Windows color (decimal): -10478740 or 7084896. OLE color: 7084896.
HSL color Cylindrical-coordinate representation of color #601B6C: hue angle of 291.11º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601B6C is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 27 | 108 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.58 |
| HSL | 291.11º | 0.6% | 0.26% | - |
| HSV(B) | 291.11º | 0.75% | 0.42% | - |
| XYZ | 7.92 | 4.35 | 14.61 | - |
| YUV | 56.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 108 | 0.11 | 0.75 | 0 | 0.58 | 291.11 | 0.6 | 0.26 |
| Hex | 60 | 1B | 6C | B | 4B | 0 | 3A | 123 | 3C | 1A |
| Octal | 140 | 33 | 154 | 13 | 113 | 0 | 72 | 443 | 74 | 32 |
| Binary | 1100000 | 11011 | 1101100 | 1011 | 1001011 | 0 | 111010 | 100100011 | 111100 | 11010 |
Color Harmonies of #601B6C
Complementary color
Monochromatic Colors of #601B6C
Black with #601B6C
Text Example
Text Example
White with #601B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601B6C; }
p { color: rgb(96,27,108); }
H1.HeaderClassName
{
color: #601B6C;
}
.AnyTagClassName
{
color: #601B6C;
}
</style>
background-color css
<style>
a { background-color: #601B6C; }
a { background-color: rgb(96,27,108); }
div.DivClassName
{
background-color: #601B6C;
}
.BgClassName
{
background-color: #601B6C;
}
</style>
border-color css
<style>
span { border-color: #601B6C; }
span { border-color: rgb(96,27,108); }
td.TdClassName
{
border-color: #601B6C;
}
.TagClassName
{
border-color: #601B6C;
}
</style>