Shades of Seance #692E75
Tints of Seance #692E75
RGB
CMYK
RGB Variations
Color information
#692E75 (or 0x692E75) is known color: Seance. HEX triplet: 69, 2E and 75. RGB value is (105,46,117). Sum of RGB (Red+Green+Blue) = 105+46+117=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #692E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692E75 is #96D18A. Grayscale: #474747. Windows color (decimal): -9884043 or 7679593. OLE color: 7679593.
HSL color Cylindrical-coordinate representation of color #692E75: hue angle of 289.86º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #692E75 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 46 | 117 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.54 |
| HSL | 289.86º | 0.44% | 0.32% | - |
| HSV(B) | 289.86º | 0.61% | 0.46% | - |
| XYZ | 10.01 | 6.24 | 17.51 | - |
| YUV | 71.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 117 | 0.10 | 0.61 | 0 | 0.54 | 289.86 | 0.44 | 0.32 |
| Hex | 69 | 2E | 75 | A | 3D | 0 | 36 | 122 | 2C | 20 |
| Octal | 151 | 56 | 165 | 12 | 75 | 0 | 66 | 442 | 54 | 40 |
| Binary | 1101001 | 101110 | 1110101 | 1010 | 111101 | 0 | 110110 | 100100010 | 101100 | 100000 |
Color Harmonies of #692E75
Complementary color
Monochromatic Colors of #692E75
Black with #692E75
Text Example
Text Example
White with #692E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E75; }
p { color: rgb(105,46,117); }
H1.HeaderClassName
{
color: #692E75;
}
.AnyTagClassName
{
color: #692E75;
}
</style>
background-color css
<style>
a { background-color: #692E75; }
a { background-color: rgb(105,46,117); }
div.DivClassName
{
background-color: #692E75;
}
.BgClassName
{
background-color: #692E75;
}
</style>
border-color css
<style>
span { border-color: #692E75; }
span { border-color: rgb(105,46,117); }
td.TdClassName
{
border-color: #692E75;
}
.TagClassName
{
border-color: #692E75;
}
</style>