Shades of Slate Grey #697A9B
Tints of Slate Grey #697A9B
RGB
CMYK
RGB Variations
Color information
#697A9B (or 0x697A9B) is known color: Slate Grey. HEX triplet: 69, 7A and 9B. RGB value is (105,122,155). Sum of RGB (Red+Green+Blue) = 105+122+155=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #697A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A9B is #968564. Grayscale: #787878. Windows color (decimal): -9864549 or 10189417. OLE color: 10189417.
HSL color Cylindrical-coordinate representation of color #697A9B: hue angle of 219.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 #697A9B is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 122 | 155 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.39 |
| HSL | 219.6º | 0.2% | 0.51% | - |
| HSV(B) | 219.6º | 0.32% | 0.61% | - |
| XYZ | 18.7 | 19.29 | 33.75 | - |
| YUV | 120.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 155 | 0.32 | 0.21 | 0 | 0.39 | 219.6 | 0.2 | 0.51 |
| Hex | 69 | 7A | 9B | 20 | 15 | 0 | 27 | DC | 14 | 33 |
| Octal | 151 | 172 | 233 | 40 | 25 | 0 | 47 | 334 | 24 | 63 |
| Binary | 1101001 | 1111010 | 10011011 | 100000 | 10101 | 0 | 100111 | 11011100 | 10100 | 110011 |
Color Harmonies of #697A9B
Complementary color
Monochromatic Colors of #697A9B
Black with #697A9B
Text Example
Text Example
White with #697A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A9B; }
p { color: rgb(105,122,155); }
H1.HeaderClassName
{
color: #697A9B;
}
.AnyTagClassName
{
color: #697A9B;
}
</style>
background-color css
<style>
a { background-color: #697A9B; }
a { background-color: rgb(105,122,155); }
div.DivClassName
{
background-color: #697A9B;
}
.BgClassName
{
background-color: #697A9B;
}
</style>
border-color css
<style>
span { border-color: #697A9B; }
span { border-color: rgb(105,122,155); }
td.TdClassName
{
border-color: #697A9B;
}
.TagClassName
{
border-color: #697A9B;
}
</style>