Shades of Slate Grey #697D9D
Tints of Slate Grey #697D9D
RGB
CMYK
RGB Variations
Color information
#697D9D (or 0x697D9D) is known color: Slate Grey. HEX triplet: 69, 7D and 9D. RGB value is (105,125,157). Sum of RGB (Red+Green+Blue) = 105+125+157=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #697D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D9D is #968262. Grayscale: #7A7A7A. Windows color (decimal): -9863779 or 10321257. OLE color: 10321257.
HSL color Cylindrical-coordinate representation of color #697D9D: hue angle of 216.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #697D9D is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 125 | 157 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.38 |
| HSL | 216.92º | 0.21% | 0.51% | - |
| HSV(B) | 216.92º | 0.33% | 0.62% | - |
| XYZ | 19.25 | 20.1 | 34.76 | - |
| YUV | 122.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 157 | 0.33 | 0.20 | 0 | 0.38 | 216.92 | 0.21 | 0.51 |
| Hex | 69 | 7D | 9D | 21 | 14 | 0 | 26 | D9 | 15 | 33 |
| Octal | 151 | 175 | 235 | 41 | 24 | 0 | 46 | 331 | 25 | 63 |
| Binary | 1101001 | 1111101 | 10011101 | 100001 | 10100 | 0 | 100110 | 11011001 | 10101 | 110011 |
Color Harmonies of #697D9D
Complementary color
Monochromatic Colors of #697D9D
Black with #697D9D
Text Example
Text Example
White with #697D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D9D; }
p { color: rgb(105,125,157); }
H1.HeaderClassName
{
color: #697D9D;
}
.AnyTagClassName
{
color: #697D9D;
}
</style>
background-color css
<style>
a { background-color: #697D9D; }
a { background-color: rgb(105,125,157); }
div.DivClassName
{
background-color: #697D9D;
}
.BgClassName
{
background-color: #697D9D;
}
</style>
border-color css
<style>
span { border-color: #697D9D; }
span { border-color: rgb(105,125,157); }
td.TdClassName
{
border-color: #697D9D;
}
.TagClassName
{
border-color: #697D9D;
}
</style>