Shades of Seance #692083
Tints of Seance #692083
RGB
CMYK
RGB Variations
Color information
#692083 (or 0x692083) is known color: Seance. HEX triplet: 69, 20 and 83. RGB value is (105,32,131). Sum of RGB (Red+Green+Blue) = 105+32+131=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #692083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692083 is #96DF7C. Grayscale: #404040. Windows color (decimal): -9887613 or 8593513. OLE color: 8593513.
HSL color Cylindrical-coordinate representation of color #692083: hue angle of 284.24º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #692083 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 32 | 131 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.49 |
| HSL | 284.24º | 0.61% | 0.32% | - |
| HSV(B) | 284.24º | 0.76% | 0.51% | - |
| XYZ | 10.44 | 5.67 | 22.02 | - |
| YUV | 65.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 131 | 0.20 | 0.76 | 0 | 0.49 | 284.24 | 0.61 | 0.32 |
| Hex | 69 | 20 | 83 | 14 | 4C | 0 | 31 | 11C | 3D | 20 |
| Octal | 151 | 40 | 203 | 24 | 114 | 0 | 61 | 434 | 75 | 40 |
| Binary | 1101001 | 100000 | 10000011 | 10100 | 1001100 | 0 | 110001 | 100011100 | 111101 | 100000 |
Color Harmonies of #692083
Complementary color
Monochromatic Colors of #692083
Black with #692083
Text Example
Text Example
White with #692083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692083; }
p { color: rgb(105,32,131); }
H1.HeaderClassName
{
color: #692083;
}
.AnyTagClassName
{
color: #692083;
}
</style>
background-color css
<style>
a { background-color: #692083; }
a { background-color: rgb(105,32,131); }
div.DivClassName
{
background-color: #692083;
}
.BgClassName
{
background-color: #692083;
}
</style>
border-color css
<style>
span { border-color: #692083; }
span { border-color: rgb(105,32,131); }
td.TdClassName
{
border-color: #692083;
}
.TagClassName
{
border-color: #692083;
}
</style>