Shades of Seance #692A70
Tints of Seance #692A70
RGB
CMYK
RGB Variations
Color information
#692A70 (or 0x692A70) is known color: Seance. HEX triplet: 69, 2A and 70. RGB value is (105,42,112). Sum of RGB (Red+Green+Blue) = 105+42+112=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #692A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692A70 is #96D58F. Grayscale: #444444. Windows color (decimal): -9885072 or 7350889. OLE color: 7350889.
HSL color Cylindrical-coordinate representation of color #692A70: hue angle of 294º 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 #692A70 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 42 | 112 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.56 |
| HSL | 294º | 0.45% | 0.3% | - |
| HSV(B) | 294º | 0.63% | 0.44% | - |
| XYZ | 9.58 | 5.83 | 15.95 | - |
| YUV | 68.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 112 | 0.06 | 0.62 | 0 | 0.56 | 294 | 0.45 | 0.3 |
| Hex | 69 | 2A | 70 | 6 | 3E | 0 | 38 | 126 | 2D | 1E |
| Octal | 151 | 52 | 160 | 6 | 76 | 0 | 70 | 446 | 55 | 36 |
| Binary | 1101001 | 101010 | 1110000 | 110 | 111110 | 0 | 111000 | 100100110 | 101101 | 11110 |
Color Harmonies of #692A70
Complementary color
Monochromatic Colors of #692A70
Black with #692A70
Text Example
Text Example
White with #692A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692A70; }
p { color: rgb(105,42,112); }
H1.HeaderClassName
{
color: #692A70;
}
.AnyTagClassName
{
color: #692A70;
}
</style>
background-color css
<style>
a { background-color: #692A70; }
a { background-color: rgb(105,42,112); }
div.DivClassName
{
background-color: #692A70;
}
.BgClassName
{
background-color: #692A70;
}
</style>
border-color css
<style>
span { border-color: #692A70; }
span { border-color: rgb(105,42,112); }
td.TdClassName
{
border-color: #692A70;
}
.TagClassName
{
border-color: #692A70;
}
</style>