Shades of Seance #69256B
Tints of Seance #69256B
RGB
CMYK
RGB Variations
Color information
#69256B (or 0x69256B) is known color: Seance. HEX triplet: 69, 25 and 6B. RGB value is (105,37,107). Sum of RGB (Red+Green+Blue) = 105+37+107=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #69256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69256B is #96DA94. Grayscale: #414141. Windows color (decimal): -9886357 or 7021929. OLE color: 7021929.
HSL color Cylindrical-coordinate representation of color #69256B: hue angle of 298.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69256B is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 37 | 107 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.58 |
| HSL | 298.29º | 0.49% | 0.28% | - |
| HSV(B) | 298.29º | 0.65% | 0.42% | - |
| XYZ | 9.14 | 5.39 | 14.47 | - |
| YUV | 65.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 107 | 0.02 | 0.65 | 0 | 0.58 | 298.29 | 0.49 | 0.28 |
| Hex | 69 | 25 | 6B | 2 | 41 | 0 | 3A | 12A | 31 | 1C |
| Octal | 151 | 45 | 153 | 2 | 101 | 0 | 72 | 452 | 61 | 34 |
| Binary | 1101001 | 100101 | 1101011 | 10 | 1000001 | 0 | 111010 | 100101010 | 110001 | 11100 |
Color Harmonies of #69256B
Complementary color
Monochromatic Colors of #69256B
Black with #69256B
Text Example
Text Example
White with #69256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69256B; }
p { color: rgb(105,37,107); }
H1.HeaderClassName
{
color: #69256B;
}
.AnyTagClassName
{
color: #69256B;
}
</style>
background-color css
<style>
a { background-color: #69256B; }
a { background-color: rgb(105,37,107); }
div.DivClassName
{
background-color: #69256B;
}
.BgClassName
{
background-color: #69256B;
}
</style>
border-color css
<style>
span { border-color: #69256B; }
span { border-color: rgb(105,37,107); }
td.TdClassName
{
border-color: #69256B;
}
.TagClassName
{
border-color: #69256B;
}
</style>