Shades of Seance #691C70
Tints of Seance #691C70
RGB
CMYK
RGB Variations
Color information
#691C70 (or 0x691C70) is known color: Seance. HEX triplet: 69, 1C and 70. RGB value is (105,28,112). Sum of RGB (Red+Green+Blue) = 105+28+112=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #691C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C70 is #96E38F. Grayscale: #3C3C3C. Windows color (decimal): -9888656 or 7347305. OLE color: 7347305.
HSL color Cylindrical-coordinate representation of color #691C70: hue angle of 295º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691C70 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 28 | 112 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.56 |
| HSL | 295º | 0.6% | 0.27% | - |
| HSV(B) | 295º | 0.75% | 0.44% | - |
| XYZ | 9.17 | 5 | 15.81 | - |
| YUV | 60.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 112 | 0.06 | 0.75 | 0 | 0.56 | 295 | 0.6 | 0.27 |
| Hex | 69 | 1C | 70 | 6 | 4B | 0 | 38 | 127 | 3C | 1B |
| Octal | 151 | 34 | 160 | 6 | 113 | 0 | 70 | 447 | 74 | 33 |
| Binary | 1101001 | 11100 | 1110000 | 110 | 1001011 | 0 | 111000 | 100100111 | 111100 | 11011 |
Color Harmonies of #691C70
Complementary color
Monochromatic Colors of #691C70
Black with #691C70
Text Example
Text Example
White with #691C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C70; }
p { color: rgb(105,28,112); }
H1.HeaderClassName
{
color: #691C70;
}
.AnyTagClassName
{
color: #691C70;
}
</style>
background-color css
<style>
a { background-color: #691C70; }
a { background-color: rgb(105,28,112); }
div.DivClassName
{
background-color: #691C70;
}
.BgClassName
{
background-color: #691C70;
}
</style>
border-color css
<style>
span { border-color: #691C70; }
span { border-color: rgb(105,28,112); }
td.TdClassName
{
border-color: #691C70;
}
.TagClassName
{
border-color: #691C70;
}
</style>