Shades of Seance #69287E
Tints of Seance #69287E
RGB
CMYK
RGB Variations
Color information
#69287E (or 0x69287E) is known color: Seance. HEX triplet: 69, 28 and 7E. RGB value is (105,40,126). Sum of RGB (Red+Green+Blue) = 105+40+126=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 126 - color contains mainly: blue. Hex color #69287E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69287E is #96D781. Grayscale: #444444. Windows color (decimal): -9885570 or 8267881. OLE color: 8267881.
HSL color Cylindrical-coordinate representation of color #69287E: hue angle of 285.35º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69287E is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 40 | 126 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.51 |
| HSL | 285.35º | 0.52% | 0.33% | - |
| HSV(B) | 285.35º | 0.68% | 0.49% | - |
| XYZ | 10.35 | 6.03 | 20.36 | - |
| YUV | 69.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 126 | 0.17 | 0.68 | 0 | 0.51 | 285.35 | 0.52 | 0.33 |
| Hex | 69 | 28 | 7E | 11 | 44 | 0 | 33 | 11D | 34 | 21 |
| Octal | 151 | 50 | 176 | 21 | 104 | 0 | 63 | 435 | 64 | 41 |
| Binary | 1101001 | 101000 | 1111110 | 10001 | 1000100 | 0 | 110011 | 100011101 | 110100 | 100001 |
Color Harmonies of #69287E
Complementary color
Monochromatic Colors of #69287E
Black with #69287E
Text Example
Text Example
White with #69287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69287E; }
p { color: rgb(105,40,126); }
H1.HeaderClassName
{
color: #69287E;
}
.AnyTagClassName
{
color: #69287E;
}
</style>
background-color css
<style>
a { background-color: #69287E; }
a { background-color: rgb(105,40,126); }
div.DivClassName
{
background-color: #69287E;
}
.BgClassName
{
background-color: #69287E;
}
</style>
border-color css
<style>
span { border-color: #69287E; }
span { border-color: rgb(105,40,126); }
td.TdClassName
{
border-color: #69287E;
}
.TagClassName
{
border-color: #69287E;
}
</style>