Shades of Seance #6F2173
Tints of Seance #6F2173
RGB
CMYK
RGB Variations
Color information
#6F2173 (or 0x6F2173) is known color: Seance. HEX triplet: 6F, 21 and 73. RGB value is (111,33,115). Sum of RGB (Red+Green+Blue) = 111+33+115=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F2173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2173 is #90DE8C. Grayscale: #414141. Windows color (decimal): -9494157 or 7545199. OLE color: 7545199.
HSL color Cylindrical-coordinate representation of color #6F2173: hue angle of 297.07º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2173 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 33 | 115 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.55 |
| HSL | 297.07º | 0.55% | 0.29% | - |
| HSV(B) | 297.07º | 0.71% | 0.45% | - |
| XYZ | 10.19 | 5.71 | 16.78 | - |
| YUV | 65.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 115 | 0.03 | 0.71 | 0 | 0.55 | 297.07 | 0.55 | 0.29 |
| Hex | 6F | 21 | 73 | 3 | 47 | 0 | 37 | 129 | 37 | 1D |
| Octal | 157 | 41 | 163 | 3 | 107 | 0 | 67 | 451 | 67 | 35 |
| Binary | 1101111 | 100001 | 1110011 | 11 | 1000111 | 0 | 110111 | 100101001 | 110111 | 11101 |
Color Harmonies of #6F2173
Complementary color
Monochromatic Colors of #6F2173
Black with #6F2173
Text Example
Text Example
White with #6F2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2173; }
p { color: rgb(111,33,115); }
H1.HeaderClassName
{
color: #6F2173;
}
.AnyTagClassName
{
color: #6F2173;
}
</style>
background-color css
<style>
a { background-color: #6F2173; }
a { background-color: rgb(111,33,115); }
div.DivClassName
{
background-color: #6F2173;
}
.BgClassName
{
background-color: #6F2173;
}
</style>
border-color css
<style>
span { border-color: #6F2173; }
span { border-color: rgb(111,33,115); }
td.TdClassName
{
border-color: #6F2173;
}
.TagClassName
{
border-color: #6F2173;
}
</style>