Shades of Slate Grey #697F93
Tints of Slate Grey #697F93
RGB
CMYK
RGB Variations
Color information
#697F93 (or 0x697F93) is known color: Slate Grey. HEX triplet: 69, 7F and 93. RGB value is (105,127,147). Sum of RGB (Red+Green+Blue) = 105+127+147=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #697F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F93 is #96806C. Grayscale: #7A7A7A. Windows color (decimal): -9863277 or 9666409. OLE color: 9666409.
HSL color Cylindrical-coordinate representation of color #697F93: hue angle of 208.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #697F93 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 127 | 147 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.42 |
| HSL | 208.57º | 0.17% | 0.49% | - |
| HSV(B) | 208.57º | 0.29% | 0.58% | - |
| XYZ | 18.68 | 20.29 | 30.54 | - |
| YUV | 122.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 147 | 0.29 | 0.14 | 0 | 0.42 | 208.57 | 0.17 | 0.49 |
| Hex | 69 | 7F | 93 | 1D | E | 0 | 2A | D1 | 11 | 31 |
| Octal | 151 | 177 | 223 | 35 | 16 | 0 | 52 | 321 | 21 | 61 |
| Binary | 1101001 | 1111111 | 10010011 | 11101 | 1110 | 0 | 101010 | 11010001 | 10001 | 110001 |
Color Harmonies of #697F93
Complementary color
Monochromatic Colors of #697F93
Black with #697F93
Text Example
Text Example
White with #697F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F93; }
p { color: rgb(105,127,147); }
H1.HeaderClassName
{
color: #697F93;
}
.AnyTagClassName
{
color: #697F93;
}
</style>
background-color css
<style>
a { background-color: #697F93; }
a { background-color: rgb(105,127,147); }
div.DivClassName
{
background-color: #697F93;
}
.BgClassName
{
background-color: #697F93;
}
</style>
border-color css
<style>
span { border-color: #697F93; }
span { border-color: rgb(105,127,147); }
td.TdClassName
{
border-color: #697F93;
}
.TagClassName
{
border-color: #697F93;
}
</style>