Shades of Seance #692A6F
Tints of Seance #692A6F
RGB
CMYK
RGB Variations
Color information
#692A6F (or 0x692A6F) is known color: Seance. HEX triplet: 69, 2A and 6F. RGB value is (105,42,111). Sum of RGB (Red+Green+Blue) = 105+42+111=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #692A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692A6F is #96D590. Grayscale: #444444. Windows color (decimal): -9885073 or 7285353. OLE color: 7285353.
HSL color Cylindrical-coordinate representation of color #692A6F: hue angle of 294.78º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #692A6F is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 42 | 111 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.56 |
| HSL | 294.78º | 0.45% | 0.3% | - |
| HSV(B) | 294.78º | 0.62% | 0.44% | - |
| XYZ | 9.52 | 5.81 | 15.66 | - |
| YUV | 68.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 111 | 0.05 | 0.62 | 0 | 0.56 | 294.78 | 0.45 | 0.3 |
| Hex | 69 | 2A | 6F | 5 | 3E | 0 | 38 | 127 | 2D | 1E |
| Octal | 151 | 52 | 157 | 5 | 76 | 0 | 70 | 447 | 55 | 36 |
| Binary | 1101001 | 101010 | 1101111 | 101 | 111110 | 0 | 111000 | 100100111 | 101101 | 11110 |
Color Harmonies of #692A6F
Complementary color
Monochromatic Colors of #692A6F
Black with #692A6F
Text Example
Text Example
White with #692A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692A6F; }
p { color: rgb(105,42,111); }
H1.HeaderClassName
{
color: #692A6F;
}
.AnyTagClassName
{
color: #692A6F;
}
</style>
background-color css
<style>
a { background-color: #692A6F; }
a { background-color: rgb(105,42,111); }
div.DivClassName
{
background-color: #692A6F;
}
.BgClassName
{
background-color: #692A6F;
}
</style>
border-color css
<style>
span { border-color: #692A6F; }
span { border-color: rgb(105,42,111); }
td.TdClassName
{
border-color: #692A6F;
}
.TagClassName
{
border-color: #692A6F;
}
</style>