Shades of Seance #6B1D70
Tints of Seance #6B1D70
RGB
CMYK
RGB Variations
Color information
#6B1D70 (or 0x6B1D70) is known color: Seance. HEX triplet: 6B, 1D and 70. RGB value is (107,29,112). Sum of RGB (Red+Green+Blue) = 107+29+112=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B1D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1D70 is #94E28F. Grayscale: #3D3D3D. Windows color (decimal): -9757328 or 7347563. OLE color: 7347563.
HSL color Cylindrical-coordinate representation of color #6B1D70: hue angle of 296.39º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B1D70 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 29 | 112 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.56 |
| HSL | 296.39º | 0.59% | 0.28% | - |
| HSV(B) | 296.39º | 0.74% | 0.44% | - |
| XYZ | 9.43 | 5.17 | 15.83 | - |
| YUV | 61.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 29 | 112 | 0.04 | 0.74 | 0 | 0.56 | 296.39 | 0.59 | 0.28 |
| Hex | 6B | 1D | 70 | 4 | 4A | 0 | 38 | 128 | 3B | 1C |
| Octal | 153 | 35 | 160 | 4 | 112 | 0 | 70 | 450 | 73 | 34 |
| Binary | 1101011 | 11101 | 1110000 | 100 | 1001010 | 0 | 111000 | 100101000 | 111011 | 11100 |
Color Harmonies of #6B1D70
Complementary color
Monochromatic Colors of #6B1D70
Black with #6B1D70
Text Example
Text Example
White with #6B1D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1D70; }
p { color: rgb(107,29,112); }
H1.HeaderClassName
{
color: #6B1D70;
}
.AnyTagClassName
{
color: #6B1D70;
}
</style>
background-color css
<style>
a { background-color: #6B1D70; }
a { background-color: rgb(107,29,112); }
div.DivClassName
{
background-color: #6B1D70;
}
.BgClassName
{
background-color: #6B1D70;
}
</style>
border-color css
<style>
span { border-color: #6B1D70; }
span { border-color: rgb(107,29,112); }
td.TdClassName
{
border-color: #6B1D70;
}
.TagClassName
{
border-color: #6B1D70;
}
</style>