Shades of Seance #692A73
Tints of Seance #692A73
RGB
CMYK
RGB Variations
Color information
#692A73 (or 0x692A73) is known color: Seance. HEX triplet: 69, 2A and 73. RGB value is (105,42,115). Sum of RGB (Red+Green+Blue) = 105+42+115=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #692A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692A73 is #96D58C. Grayscale: #444444. Windows color (decimal): -9885069 or 7547497. OLE color: 7547497.
HSL color Cylindrical-coordinate representation of color #692A73: hue angle of 291.78º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #692A73 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 42 | 115 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.55 |
| HSL | 291.78º | 0.46% | 0.31% | - |
| HSV(B) | 291.78º | 0.63% | 0.45% | - |
| XYZ | 9.75 | 5.9 | 16.84 | - |
| YUV | 69.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 115 | 0.09 | 0.63 | 0 | 0.55 | 291.78 | 0.46 | 0.31 |
| Hex | 69 | 2A | 73 | 9 | 3F | 0 | 37 | 124 | 2E | 1F |
| Octal | 151 | 52 | 163 | 11 | 77 | 0 | 67 | 444 | 56 | 37 |
| Binary | 1101001 | 101010 | 1110011 | 1001 | 111111 | 0 | 110111 | 100100100 | 101110 | 11111 |
Color Harmonies of #692A73
Complementary color
Monochromatic Colors of #692A73
Black with #692A73
Text Example
Text Example
White with #692A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692A73; }
p { color: rgb(105,42,115); }
H1.HeaderClassName
{
color: #692A73;
}
.AnyTagClassName
{
color: #692A73;
}
</style>
background-color css
<style>
a { background-color: #692A73; }
a { background-color: rgb(105,42,115); }
div.DivClassName
{
background-color: #692A73;
}
.BgClassName
{
background-color: #692A73;
}
</style>
border-color css
<style>
span { border-color: #692A73; }
span { border-color: rgb(105,42,115); }
td.TdClassName
{
border-color: #692A73;
}
.TagClassName
{
border-color: #692A73;
}
</style>