Shades of Seance #6F197B
Tints of Seance #6F197B
RGB
CMYK
RGB Variations
Color information
#6F197B (or 0x6F197B) is known color: Seance. HEX triplet: 6F, 19 and 7B. RGB value is (111,25,123). Sum of RGB (Red+Green+Blue) = 111+25+123=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F197B is #90E684. Grayscale: #3D3D3D. Windows color (decimal): -9496197 or 8067439. OLE color: 8067439.
HSL color Cylindrical-coordinate representation of color #6F197B: hue angle of 292.65º 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 #6F197B is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 25 | 123 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.52 |
| HSL | 292.65º | 0.66% | 0.29% | - |
| HSV(B) | 292.65º | 0.8% | 0.48% | - |
| XYZ | 10.48 | 5.5 | 19.25 | - |
| YUV | 61.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 123 | 0.10 | 0.80 | 0 | 0.52 | 292.65 | 0.66 | 0.29 |
| Hex | 6F | 19 | 7B | A | 50 | 0 | 34 | 125 | 42 | 1D |
| Octal | 157 | 31 | 173 | 12 | 120 | 0 | 64 | 445 | 102 | 35 |
| Binary | 1101111 | 11001 | 1111011 | 1010 | 1010000 | 0 | 110100 | 100100101 | 1000010 | 11101 |
Color Harmonies of #6F197B
Complementary color
Monochromatic Colors of #6F197B
Black with #6F197B
Text Example
Text Example
White with #6F197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F197B; }
p { color: rgb(111,25,123); }
H1.HeaderClassName
{
color: #6F197B;
}
.AnyTagClassName
{
color: #6F197B;
}
</style>
background-color css
<style>
a { background-color: #6F197B; }
a { background-color: rgb(111,25,123); }
div.DivClassName
{
background-color: #6F197B;
}
.BgClassName
{
background-color: #6F197B;
}
</style>
border-color css
<style>
span { border-color: #6F197B; }
span { border-color: rgb(111,25,123); }
td.TdClassName
{
border-color: #6F197B;
}
.TagClassName
{
border-color: #6F197B;
}
</style>