Shades of Seance #6F187D
Tints of Seance #6F187D
RGB
CMYK
RGB Variations
Color information
#6F187D (or 0x6F187D) is known color: Seance. HEX triplet: 6F, 18 and 7D. RGB value is (111,24,125). Sum of RGB (Red+Green+Blue) = 111+24+125=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F187D is #90E782. Grayscale: #3D3D3D. Windows color (decimal): -9496451 or 8198255. OLE color: 8198255.
HSL color Cylindrical-coordinate representation of color #6F187D: hue angle of 291.68º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F187D is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 24 | 125 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.51 |
| HSL | 291.68º | 0.68% | 0.29% | - |
| HSV(B) | 291.68º | 0.81% | 0.49% | - |
| XYZ | 10.58 | 5.51 | 19.91 | - |
| YUV | 61.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 125 | 0.11 | 0.81 | 0 | 0.51 | 291.68 | 0.68 | 0.29 |
| Hex | 6F | 18 | 7D | B | 51 | 0 | 33 | 124 | 44 | 1D |
| Octal | 157 | 30 | 175 | 13 | 121 | 0 | 63 | 444 | 104 | 35 |
| Binary | 1101111 | 11000 | 1111101 | 1011 | 1010001 | 0 | 110011 | 100100100 | 1000100 | 11101 |
Color Harmonies of #6F187D
Complementary color
Monochromatic Colors of #6F187D
Black with #6F187D
Text Example
Text Example
White with #6F187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F187D; }
p { color: rgb(111,24,125); }
H1.HeaderClassName
{
color: #6F187D;
}
.AnyTagClassName
{
color: #6F187D;
}
</style>
background-color css
<style>
a { background-color: #6F187D; }
a { background-color: rgb(111,24,125); }
div.DivClassName
{
background-color: #6F187D;
}
.BgClassName
{
background-color: #6F187D;
}
</style>
border-color css
<style>
span { border-color: #6F187D; }
span { border-color: rgb(111,24,125); }
td.TdClassName
{
border-color: #6F187D;
}
.TagClassName
{
border-color: #6F187D;
}
</style>