Shades of Slate Grey #697F9B
Tints of Slate Grey #697F9B
RGB
CMYK
RGB Variations
Color information
#697F9B (or 0x697F9B) is known color: Slate Grey. HEX triplet: 69, 7F and 9B. RGB value is (105,127,155). Sum of RGB (Red+Green+Blue) = 105+127+155=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #697F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F9B is #968064. Grayscale: #7B7B7B. Windows color (decimal): -9863269 or 10190697. OLE color: 10190697.
HSL color Cylindrical-coordinate representation of color #697F9B: hue angle of 213.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #697F9B is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 127 | 155 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.39 |
| HSL | 213.6º | 0.2% | 0.51% | - |
| HSV(B) | 213.6º | 0.32% | 0.61% | - |
| XYZ | 19.33 | 20.55 | 33.96 | - |
| YUV | 123.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 155 | 0.32 | 0.18 | 0 | 0.39 | 213.6 | 0.2 | 0.51 |
| Hex | 69 | 7F | 9B | 20 | 12 | 0 | 27 | D6 | 14 | 33 |
| Octal | 151 | 177 | 233 | 40 | 22 | 0 | 47 | 326 | 24 | 63 |
| Binary | 1101001 | 1111111 | 10011011 | 100000 | 10010 | 0 | 100111 | 11010110 | 10100 | 110011 |
Color Harmonies of #697F9B
Complementary color
Monochromatic Colors of #697F9B
Black with #697F9B
Text Example
Text Example
White with #697F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F9B; }
p { color: rgb(105,127,155); }
H1.HeaderClassName
{
color: #697F9B;
}
.AnyTagClassName
{
color: #697F9B;
}
</style>
background-color css
<style>
a { background-color: #697F9B; }
a { background-color: rgb(105,127,155); }
div.DivClassName
{
background-color: #697F9B;
}
.BgClassName
{
background-color: #697F9B;
}
</style>
border-color css
<style>
span { border-color: #697F9B; }
span { border-color: rgb(105,127,155); }
td.TdClassName
{
border-color: #697F9B;
}
.TagClassName
{
border-color: #697F9B;
}
</style>