Shades of Seance #69246B
Tints of Seance #69246B
RGB
CMYK
RGB Variations
Color information
#69246B (or 0x69246B) is known color: Seance. HEX triplet: 69, 24 and 6B. RGB value is (105,36,107). Sum of RGB (Red+Green+Blue) = 105+36+107=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #69246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69246B is #96DB94. Grayscale: #404040. Windows color (decimal): -9886613 or 7021673. OLE color: 7021673.
HSL color Cylindrical-coordinate representation of color #69246B: hue angle of 298.31º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69246B is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 36 | 107 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.58 |
| HSL | 298.31º | 0.5% | 0.28% | - |
| HSV(B) | 298.31º | 0.66% | 0.42% | - |
| XYZ | 9.11 | 5.33 | 14.46 | - |
| YUV | 64.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 107 | 0.02 | 0.66 | 0 | 0.58 | 298.31 | 0.5 | 0.28 |
| Hex | 69 | 24 | 6B | 2 | 42 | 0 | 3A | 12A | 32 | 1C |
| Octal | 151 | 44 | 153 | 2 | 102 | 0 | 72 | 452 | 62 | 34 |
| Binary | 1101001 | 100100 | 1101011 | 10 | 1000010 | 0 | 111010 | 100101010 | 110010 | 11100 |
Color Harmonies of #69246B
Complementary color
Monochromatic Colors of #69246B
Black with #69246B
Text Example
Text Example
White with #69246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69246B; }
p { color: rgb(105,36,107); }
H1.HeaderClassName
{
color: #69246B;
}
.AnyTagClassName
{
color: #69246B;
}
</style>
background-color css
<style>
a { background-color: #69246B; }
a { background-color: rgb(105,36,107); }
div.DivClassName
{
background-color: #69246B;
}
.BgClassName
{
background-color: #69246B;
}
</style>
border-color css
<style>
span { border-color: #69246B; }
span { border-color: rgb(105,36,107); }
td.TdClassName
{
border-color: #69246B;
}
.TagClassName
{
border-color: #69246B;
}
</style>