Shades of Seance #692175
Tints of Seance #692175
RGB
CMYK
RGB Variations
Color information
#692175 (or 0x692175) is known color: Seance. HEX triplet: 69, 21 and 75. RGB value is (105,33,117). Sum of RGB (Red+Green+Blue) = 105+33+117=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #692175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692175 is #96DE8A. Grayscale: #3F3F3F. Windows color (decimal): -9887371 or 7676265. OLE color: 7676265.
HSL color Cylindrical-coordinate representation of color #692175: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #692175 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 33 | 117 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.54 |
| HSL | 291.43º | 0.56% | 0.29% | - |
| HSV(B) | 291.43º | 0.72% | 0.46% | - |
| XYZ | 9.58 | 5.38 | 17.36 | - |
| YUV | 64.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 117 | 0.10 | 0.72 | 0 | 0.54 | 291.43 | 0.56 | 0.29 |
| Hex | 69 | 21 | 75 | A | 48 | 0 | 36 | 123 | 38 | 1D |
| Octal | 151 | 41 | 165 | 12 | 110 | 0 | 66 | 443 | 70 | 35 |
| Binary | 1101001 | 100001 | 1110101 | 1010 | 1001000 | 0 | 110110 | 100100011 | 111000 | 11101 |
Color Harmonies of #692175
Complementary color
Monochromatic Colors of #692175
Black with #692175
Text Example
Text Example
White with #692175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692175; }
p { color: rgb(105,33,117); }
H1.HeaderClassName
{
color: #692175;
}
.AnyTagClassName
{
color: #692175;
}
</style>
background-color css
<style>
a { background-color: #692175; }
a { background-color: rgb(105,33,117); }
div.DivClassName
{
background-color: #692175;
}
.BgClassName
{
background-color: #692175;
}
</style>
border-color css
<style>
span { border-color: #692175; }
span { border-color: rgb(105,33,117); }
td.TdClassName
{
border-color: #692175;
}
.TagClassName
{
border-color: #692175;
}
</style>