Shades of Slate Grey #697C92
Tints of Slate Grey #697C92
RGB
CMYK
RGB Variations
Color information
#697C92 (or 0x697C92) is known color: Slate Grey. HEX triplet: 69, 7C and 92. RGB value is (105,124,146). Sum of RGB (Red+Green+Blue) = 105+124+146=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #697C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C92 is #96836D. Grayscale: #787878. Windows color (decimal): -9864046 or 9600105. OLE color: 9600105.
HSL color Cylindrical-coordinate representation of color #697C92: hue angle of 212.2º 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 #697C92 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 124 | 146 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.43 |
| HSL | 212.2º | 0.16% | 0.49% | - |
| HSV(B) | 212.2º | 0.28% | 0.57% | - |
| XYZ | 18.22 | 19.49 | 30 | - |
| YUV | 120.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 146 | 0.28 | 0.15 | 0 | 0.43 | 212.2 | 0.16 | 0.49 |
| Hex | 69 | 7C | 92 | 1C | F | 0 | 2B | D4 | 10 | 31 |
| Octal | 151 | 174 | 222 | 34 | 17 | 0 | 53 | 324 | 20 | 61 |
| Binary | 1101001 | 1111100 | 10010010 | 11100 | 1111 | 0 | 101011 | 11010100 | 10000 | 110001 |
Color Harmonies of #697C92
Complementary color
Monochromatic Colors of #697C92
Black with #697C92
Text Example
Text Example
White with #697C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C92; }
p { color: rgb(105,124,146); }
H1.HeaderClassName
{
color: #697C92;
}
.AnyTagClassName
{
color: #697C92;
}
</style>
background-color css
<style>
a { background-color: #697C92; }
a { background-color: rgb(105,124,146); }
div.DivClassName
{
background-color: #697C92;
}
.BgClassName
{
background-color: #697C92;
}
</style>
border-color css
<style>
span { border-color: #697C92; }
span { border-color: rgb(105,124,146); }
td.TdClassName
{
border-color: #697C92;
}
.TagClassName
{
border-color: #697C92;
}
</style>