Shades of Seance #6F187B
Tints of Seance #6F187B
RGB
CMYK
RGB Variations
Color information
#6F187B (or 0x6F187B) is known color: Seance. HEX triplet: 6F, 18 and 7B. RGB value is (111,24,123). Sum of RGB (Red+Green+Blue) = 111+24+123=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F187B is #90E784. Grayscale: #3C3C3C. Windows color (decimal): -9496453 or 8067183. OLE color: 8067183.
HSL color Cylindrical-coordinate representation of color #6F187B: hue angle of 292.73º 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 #6F187B is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 24 | 123 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.52 |
| HSL | 292.73º | 0.67% | 0.29% | - |
| HSV(B) | 292.73º | 0.8% | 0.48% | - |
| XYZ | 10.46 | 5.46 | 19.24 | - |
| YUV | 61.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 123 | 0.10 | 0.80 | 0 | 0.52 | 292.73 | 0.67 | 0.29 |
| Hex | 6F | 18 | 7B | A | 50 | 0 | 34 | 125 | 43 | 1D |
| Octal | 157 | 30 | 173 | 12 | 120 | 0 | 64 | 445 | 103 | 35 |
| Binary | 1101111 | 11000 | 1111011 | 1010 | 1010000 | 0 | 110100 | 100100101 | 1000011 | 11101 |
Color Harmonies of #6F187B
Complementary color
Monochromatic Colors of #6F187B
Black with #6F187B
Text Example
Text Example
White with #6F187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F187B; }
p { color: rgb(111,24,123); }
H1.HeaderClassName
{
color: #6F187B;
}
.AnyTagClassName
{
color: #6F187B;
}
</style>
background-color css
<style>
a { background-color: #6F187B; }
a { background-color: rgb(111,24,123); }
div.DivClassName
{
background-color: #6F187B;
}
.BgClassName
{
background-color: #6F187B;
}
</style>
border-color css
<style>
span { border-color: #6F187B; }
span { border-color: rgb(111,24,123); }
td.TdClassName
{
border-color: #6F187B;
}
.TagClassName
{
border-color: #6F187B;
}
</style>