Shades of Seance #6B286C
Tints of Seance #6B286C
RGB
CMYK
RGB Variations
Color information
#6B286C (or 0x6B286C) is known color: Seance. HEX triplet: 6B, 28 and 6C. RGB value is (107,40,108). Sum of RGB (Red+Green+Blue) = 107+40+108=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B286C is #94D793. Grayscale: #434343. Windows color (decimal): -9754516 or 7088235. OLE color: 7088235.
HSL color Cylindrical-coordinate representation of color #6B286C: hue angle of 299.12º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B286C is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 40 | 108 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.58 |
| HSL | 299.12º | 0.46% | 0.29% | - |
| HSV(B) | 299.12º | 0.63% | 0.42% | - |
| XYZ | 9.53 | 5.73 | 14.79 | - |
| YUV | 67.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 108 | 0.01 | 0.63 | 0 | 0.58 | 299.12 | 0.46 | 0.29 |
| Hex | 6B | 28 | 6C | 1 | 3F | 0 | 3A | 12B | 2E | 1D |
| Octal | 153 | 50 | 154 | 1 | 77 | 0 | 72 | 453 | 56 | 35 |
| Binary | 1101011 | 101000 | 1101100 | 1 | 111111 | 0 | 111010 | 100101011 | 101110 | 11101 |
Color Harmonies of #6B286C
Complementary color
Monochromatic Colors of #6B286C
Black with #6B286C
Text Example
Text Example
White with #6B286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B286C; }
p { color: rgb(107,40,108); }
H1.HeaderClassName
{
color: #6B286C;
}
.AnyTagClassName
{
color: #6B286C;
}
</style>
background-color css
<style>
a { background-color: #6B286C; }
a { background-color: rgb(107,40,108); }
div.DivClassName
{
background-color: #6B286C;
}
.BgClassName
{
background-color: #6B286C;
}
</style>
border-color css
<style>
span { border-color: #6B286C; }
span { border-color: rgb(107,40,108); }
td.TdClassName
{
border-color: #6B286C;
}
.TagClassName
{
border-color: #6B286C;
}
</style>