Shades of Slate Grey #697B9F
Tints of Slate Grey #697B9F
RGB
CMYK
RGB Variations
Color information
#697B9F (or 0x697B9F) is known color: Slate Grey. HEX triplet: 69, 7B and 9F. RGB value is (105,123,159). Sum of RGB (Red+Green+Blue) = 105+123+159=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #697B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B9F is #968460. Grayscale: #797979. Windows color (decimal): -9864289 or 10451817. OLE color: 10451817.
HSL color Cylindrical-coordinate representation of color #697B9F: hue angle of 220º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #697B9F is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 123 | 159 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.38 |
| HSL | 220º | 0.22% | 0.52% | - |
| HSV(B) | 220º | 0.34% | 0.62% | - |
| XYZ | 19.17 | 19.67 | 35.59 | - |
| YUV | 121.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 159 | 0.34 | 0.23 | 0 | 0.38 | 220 | 0.22 | 0.52 |
| Hex | 69 | 7B | 9F | 22 | 17 | 0 | 26 | DC | 16 | 34 |
| Octal | 151 | 173 | 237 | 42 | 27 | 0 | 46 | 334 | 26 | 64 |
| Binary | 1101001 | 1111011 | 10011111 | 100010 | 10111 | 0 | 100110 | 11011100 | 10110 | 110100 |
Color Harmonies of #697B9F
Complementary color
Monochromatic Colors of #697B9F
Black with #697B9F
Text Example
Text Example
White with #697B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B9F; }
p { color: rgb(105,123,159); }
H1.HeaderClassName
{
color: #697B9F;
}
.AnyTagClassName
{
color: #697B9F;
}
</style>
background-color css
<style>
a { background-color: #697B9F; }
a { background-color: rgb(105,123,159); }
div.DivClassName
{
background-color: #697B9F;
}
.BgClassName
{
background-color: #697B9F;
}
</style>
border-color css
<style>
span { border-color: #697B9F; }
span { border-color: rgb(105,123,159); }
td.TdClassName
{
border-color: #697B9F;
}
.TagClassName
{
border-color: #697B9F;
}
</style>