Shades of Slate Grey #697A92
Tints of Slate Grey #697A92
RGB
CMYK
RGB Variations
Color information
#697A92 (or 0x697A92) is known color: Slate Grey. HEX triplet: 69, 7A and 92. RGB value is (105,122,146). Sum of RGB (Red+Green+Blue) = 105+122+146=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #697A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A92 is #96856D. Grayscale: #777777. Windows color (decimal): -9864558 or 9599593. OLE color: 9599593.
HSL color Cylindrical-coordinate representation of color #697A92: hue angle of 215.12º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #697A92 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 122 | 146 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.43 |
| HSL | 215.12º | 0.16% | 0.49% | - |
| HSV(B) | 215.12º | 0.28% | 0.57% | - |
| XYZ | 17.97 | 19 | 29.91 | - |
| YUV | 119.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 146 | 0.28 | 0.16 | 0 | 0.43 | 215.12 | 0.16 | 0.49 |
| Hex | 69 | 7A | 92 | 1C | 10 | 0 | 2B | D7 | 10 | 31 |
| Octal | 151 | 172 | 222 | 34 | 20 | 0 | 53 | 327 | 20 | 61 |
| Binary | 1101001 | 1111010 | 10010010 | 11100 | 10000 | 0 | 101011 | 11010111 | 10000 | 110001 |
Color Harmonies of #697A92
Complementary color
Monochromatic Colors of #697A92
Black with #697A92
Text Example
Text Example
White with #697A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A92; }
p { color: rgb(105,122,146); }
H1.HeaderClassName
{
color: #697A92;
}
.AnyTagClassName
{
color: #697A92;
}
</style>
background-color css
<style>
a { background-color: #697A92; }
a { background-color: rgb(105,122,146); }
div.DivClassName
{
background-color: #697A92;
}
.BgClassName
{
background-color: #697A92;
}
</style>
border-color css
<style>
span { border-color: #697A92; }
span { border-color: rgb(105,122,146); }
td.TdClassName
{
border-color: #697A92;
}
.TagClassName
{
border-color: #697A92;
}
</style>