Shades of Seance #692074
Tints of Seance #692074
RGB
CMYK
RGB Variations
Color information
#692074 (or 0x692074) is known color: Seance. HEX triplet: 69, 20 and 74. RGB value is (105,32,116). Sum of RGB (Red+Green+Blue) = 105+32+116=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #692074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692074 is #96DF8B. Grayscale: #3F3F3F. Windows color (decimal): -9887628 or 7610473. OLE color: 7610473.
HSL color Cylindrical-coordinate representation of color #692074: hue angle of 292.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #692074 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 32 | 116 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.55 |
| HSL | 292.14º | 0.57% | 0.29% | - |
| HSV(B) | 292.14º | 0.72% | 0.45% | - |
| XYZ | 9.49 | 5.3 | 17.05 | - |
| YUV | 63.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 116 | 0.09 | 0.72 | 0 | 0.55 | 292.14 | 0.57 | 0.29 |
| Hex | 69 | 20 | 74 | 9 | 48 | 0 | 37 | 124 | 39 | 1D |
| Octal | 151 | 40 | 164 | 11 | 110 | 0 | 67 | 444 | 71 | 35 |
| Binary | 1101001 | 100000 | 1110100 | 1001 | 1001000 | 0 | 110111 | 100100100 | 111001 | 11101 |
Color Harmonies of #692074
Complementary color
Monochromatic Colors of #692074
Black with #692074
Text Example
Text Example
White with #692074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692074; }
p { color: rgb(105,32,116); }
H1.HeaderClassName
{
color: #692074;
}
.AnyTagClassName
{
color: #692074;
}
</style>
background-color css
<style>
a { background-color: #692074; }
a { background-color: rgb(105,32,116); }
div.DivClassName
{
background-color: #692074;
}
.BgClassName
{
background-color: #692074;
}
</style>
border-color css
<style>
span { border-color: #692074; }
span { border-color: rgb(105,32,116); }
td.TdClassName
{
border-color: #692074;
}
.TagClassName
{
border-color: #692074;
}
</style>