Shades of Seance #69286D
Tints of Seance #69286D
RGB
CMYK
RGB Variations
Color information
#69286D (or 0x69286D) is known color: Seance. HEX triplet: 69, 28 and 6D. RGB value is (105,40,109). Sum of RGB (Red+Green+Blue) = 105+40+109=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #69286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69286D is #96D792. Grayscale: #434343. Windows color (decimal): -9885587 or 7153769. OLE color: 7153769.
HSL color Cylindrical-coordinate representation of color #69286D: hue angle of 296.52º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69286D is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 40 | 109 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.57 |
| HSL | 296.52º | 0.46% | 0.29% | - |
| HSV(B) | 296.52º | 0.63% | 0.43% | - |
| XYZ | 9.34 | 5.62 | 15.06 | - |
| YUV | 67.3 | 151.53 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 109 | 0.04 | 0.63 | 0 | 0.57 | 296.52 | 0.46 | 0.29 |
| Hex | 69 | 28 | 6D | 4 | 3F | 0 | 39 | 129 | 2E | 1D |
| Octal | 151 | 50 | 155 | 4 | 77 | 0 | 71 | 451 | 56 | 35 |
| Binary | 1101001 | 101000 | 1101101 | 100 | 111111 | 0 | 111001 | 100101001 | 101110 | 11101 |
Color Harmonies of #69286D
Complementary color
Monochromatic Colors of #69286D
Black with #69286D
Text Example
Text Example
White with #69286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69286D; }
p { color: rgb(105,40,109); }
H1.HeaderClassName
{
color: #69286D;
}
.AnyTagClassName
{
color: #69286D;
}
</style>
background-color css
<style>
a { background-color: #69286D; }
a { background-color: rgb(105,40,109); }
div.DivClassName
{
background-color: #69286D;
}
.BgClassName
{
background-color: #69286D;
}
</style>
border-color css
<style>
span { border-color: #69286D; }
span { border-color: rgb(105,40,109); }
td.TdClassName
{
border-color: #69286D;
}
.TagClassName
{
border-color: #69286D;
}
</style>