Shades of Seance #6F336B
Tints of Seance #6F336B
RGB
CMYK
RGB Variations
Color information
#6F336B (or 0x6F336B) is known color: Seance. HEX triplet: 6F, 33 and 6B. RGB value is (111,51,107). Sum of RGB (Red+Green+Blue) = 111+51+107=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F336B is #90CC94. Grayscale: #4B4B4B. Windows color (decimal): -9489557 or 7025519. OLE color: 7025519.
HSL color Cylindrical-coordinate representation of color #6F336B: hue angle of 304º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F336B is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 107 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.56 |
| HSL | 304º | 0.37% | 0.32% | - |
| HSV(B) | 304º | 0.54% | 0.44% | - |
| XYZ | 10.39 | 6.81 | 14.68 | - |
| YUV | 75.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 107 | 0 | 0.54 | 0.04 | 0.56 | 304 | 0.37 | 0.32 |
| Hex | 6F | 33 | 6B | 0 | 36 | 4 | 38 | 130 | 25 | 20 |
| Octal | 157 | 63 | 153 | 0 | 66 | 4 | 70 | 460 | 45 | 40 |
| Binary | 1101111 | 110011 | 1101011 | 0 | 110110 | 100 | 111000 | 100110000 | 100101 | 100000 |
Color Harmonies of #6F336B
Complementary color
Monochromatic Colors of #6F336B
Black with #6F336B
Text Example
Text Example
White with #6F336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F336B; }
p { color: rgb(111,51,107); }
H1.HeaderClassName
{
color: #6F336B;
}
.AnyTagClassName
{
color: #6F336B;
}
</style>
background-color css
<style>
a { background-color: #6F336B; }
a { background-color: rgb(111,51,107); }
div.DivClassName
{
background-color: #6F336B;
}
.BgClassName
{
background-color: #6F336B;
}
</style>
border-color css
<style>
span { border-color: #6F336B; }
span { border-color: rgb(111,51,107); }
td.TdClassName
{
border-color: #6F336B;
}
.TagClassName
{
border-color: #6F336B;
}
</style>