Shades of Seance #692E73
Tints of Seance #692E73
RGB
CMYK
RGB Variations
Color information
#692E73 (or 0x692E73) is known color: Seance. HEX triplet: 69, 2E and 73. RGB value is (105,46,115). Sum of RGB (Red+Green+Blue) = 105+46+115=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #692E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692E73 is #96D18C. Grayscale: #474747. Windows color (decimal): -9884045 or 7548521. OLE color: 7548521.
HSL color Cylindrical-coordinate representation of color #692E73: hue angle of 291.3º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #692E73 is Cyan = 0.09, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 46 | 115 | - |
| CMYK | 0.09 | 0.6 | 0 | 0.55 |
| HSL | 291.3º | 0.43% | 0.32% | - |
| HSV(B) | 291.3º | 0.6% | 0.45% | - |
| XYZ | 9.9 | 6.2 | 16.89 | - |
| YUV | 71.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 115 | 0.09 | 0.6 | 0 | 0.55 | 291.3 | 0.43 | 0.32 |
| Hex | 69 | 2E | 73 | 9 | 3C | 0 | 37 | 123 | 2B | 20 |
| Octal | 151 | 56 | 163 | 11 | 74 | 0 | 67 | 443 | 53 | 40 |
| Binary | 1101001 | 101110 | 1110011 | 1001 | 111100 | 0 | 110111 | 100100011 | 101011 | 100000 |
Color Harmonies of #692E73
Complementary color
Monochromatic Colors of #692E73
Black with #692E73
Text Example
Text Example
White with #692E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E73; }
p { color: rgb(105,46,115); }
H1.HeaderClassName
{
color: #692E73;
}
.AnyTagClassName
{
color: #692E73;
}
</style>
background-color css
<style>
a { background-color: #692E73; }
a { background-color: rgb(105,46,115); }
div.DivClassName
{
background-color: #692E73;
}
.BgClassName
{
background-color: #692E73;
}
</style>
border-color css
<style>
span { border-color: #692E73; }
span { border-color: rgb(105,46,115); }
td.TdClassName
{
border-color: #692E73;
}
.TagClassName
{
border-color: #692E73;
}
</style>