Shades of Seance #691875
Tints of Seance #691875
RGB
CMYK
RGB Variations
Color information
#691875 (or 0x691875) is known color: Seance. HEX triplet: 69, 18 and 75. RGB value is (105,24,117). Sum of RGB (Red+Green+Blue) = 105+24+117=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #691875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691875 is #96E78A. Grayscale: #3A3A3A. Windows color (decimal): -9889675 or 7673961. OLE color: 7673961.
HSL color Cylindrical-coordinate representation of color #691875: hue angle of 292.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #691875 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 24 | 117 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.54 |
| HSL | 292.26º | 0.66% | 0.28% | - |
| HSV(B) | 292.26º | 0.79% | 0.46% | - |
| XYZ | 9.36 | 4.94 | 17.29 | - |
| YUV | 58.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 117 | 0.10 | 0.79 | 0 | 0.54 | 292.26 | 0.66 | 0.28 |
| Hex | 69 | 18 | 75 | A | 4F | 0 | 36 | 124 | 42 | 1C |
| Octal | 151 | 30 | 165 | 12 | 117 | 0 | 66 | 444 | 102 | 34 |
| Binary | 1101001 | 11000 | 1110101 | 1010 | 1001111 | 0 | 110110 | 100100100 | 1000010 | 11100 |
Color Harmonies of #691875
Complementary color
Monochromatic Colors of #691875
Black with #691875
Text Example
Text Example
White with #691875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691875; }
p { color: rgb(105,24,117); }
H1.HeaderClassName
{
color: #691875;
}
.AnyTagClassName
{
color: #691875;
}
</style>
background-color css
<style>
a { background-color: #691875; }
a { background-color: rgb(105,24,117); }
div.DivClassName
{
background-color: #691875;
}
.BgClassName
{
background-color: #691875;
}
</style>
border-color css
<style>
span { border-color: #691875; }
span { border-color: rgb(105,24,117); }
td.TdClassName
{
border-color: #691875;
}
.TagClassName
{
border-color: #691875;
}
</style>