Shades of Seance #6B1B6F
Tints of Seance #6B1B6F
RGB
CMYK
RGB Variations
Color information
#6B1B6F (or 0x6B1B6F) is known color: Seance. HEX triplet: 6B, 1B and 6F. RGB value is (107,27,111). Sum of RGB (Red+Green+Blue) = 107+27+111=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #6B1B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1B6F is #94E490. Grayscale: #3C3C3C. Windows color (decimal): -9757841 or 7281515. OLE color: 7281515.
HSL color Cylindrical-coordinate representation of color #6B1B6F: hue angle of 297.14º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1B6F is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 27 | 111 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.56 |
| HSL | 297.14º | 0.61% | 0.27% | - |
| HSV(B) | 297.14º | 0.76% | 0.44% | - |
| XYZ | 9.32 | 5.06 | 15.52 | - |
| YUV | 60.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 27 | 111 | 0.04 | 0.76 | 0 | 0.56 | 297.14 | 0.61 | 0.27 |
| Hex | 6B | 1B | 6F | 4 | 4C | 0 | 38 | 129 | 3D | 1B |
| Octal | 153 | 33 | 157 | 4 | 114 | 0 | 70 | 451 | 75 | 33 |
| Binary | 1101011 | 11011 | 1101111 | 100 | 1001100 | 0 | 111000 | 100101001 | 111101 | 11011 |
Color Harmonies of #6B1B6F
Complementary color
Monochromatic Colors of #6B1B6F
Black with #6B1B6F
Text Example
Text Example
White with #6B1B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1B6F; }
p { color: rgb(107,27,111); }
H1.HeaderClassName
{
color: #6B1B6F;
}
.AnyTagClassName
{
color: #6B1B6F;
}
</style>
background-color css
<style>
a { background-color: #6B1B6F; }
a { background-color: rgb(107,27,111); }
div.DivClassName
{
background-color: #6B1B6F;
}
.BgClassName
{
background-color: #6B1B6F;
}
</style>
border-color css
<style>
span { border-color: #6B1B6F; }
span { border-color: rgb(107,27,111); }
td.TdClassName
{
border-color: #6B1B6F;
}
.TagClassName
{
border-color: #6B1B6F;
}
</style>