Shades of Seance #692185
Tints of Seance #692185
RGB
CMYK
RGB Variations
Color information
#692185 (or 0x692185) is known color: Seance. HEX triplet: 69, 21 and 85. RGB value is (105,33,133). Sum of RGB (Red+Green+Blue) = 105+33+133=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #692185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692185 is #96DE7A. Grayscale: #414141. Windows color (decimal): -9887355 or 8724841. OLE color: 8724841.
HSL color Cylindrical-coordinate representation of color #692185: hue angle of 283.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #692185 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 33 | 133 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.48 |
| HSL | 283.2º | 0.6% | 0.33% | - |
| HSV(B) | 283.2º | 0.75% | 0.52% | - |
| XYZ | 10.6 | 5.78 | 22.75 | - |
| YUV | 65.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 133 | 0.21 | 0.75 | 0 | 0.48 | 283.2 | 0.6 | 0.33 |
| Hex | 69 | 21 | 85 | 15 | 4B | 0 | 30 | 11B | 3C | 21 |
| Octal | 151 | 41 | 205 | 25 | 113 | 0 | 60 | 433 | 74 | 41 |
| Binary | 1101001 | 100001 | 10000101 | 10101 | 1001011 | 0 | 110000 | 100011011 | 111100 | 100001 |
Color Harmonies of #692185
Complementary color
Monochromatic Colors of #692185
Black with #692185
Text Example
Text Example
White with #692185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692185; }
p { color: rgb(105,33,133); }
H1.HeaderClassName
{
color: #692185;
}
.AnyTagClassName
{
color: #692185;
}
</style>
background-color css
<style>
a { background-color: #692185; }
a { background-color: rgb(105,33,133); }
div.DivClassName
{
background-color: #692185;
}
.BgClassName
{
background-color: #692185;
}
</style>
border-color css
<style>
span { border-color: #692185; }
span { border-color: rgb(105,33,133); }
td.TdClassName
{
border-color: #692185;
}
.TagClassName
{
border-color: #692185;
}
</style>