Shades of Slate Grey #697A9D
Tints of Slate Grey #697A9D
RGB
CMYK
RGB Variations
Color information
#697A9D (or 0x697A9D) is known color: Slate Grey. HEX triplet: 69, 7A and 9D. RGB value is (105,122,157). Sum of RGB (Red+Green+Blue) = 105+122+157=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #697A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A9D is #968562. Grayscale: #787878. Windows color (decimal): -9864547 or 10320489. OLE color: 10320489.
HSL color Cylindrical-coordinate representation of color #697A9D: hue angle of 220.38º 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 #697A9D is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 122 | 157 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.38 |
| HSL | 220.38º | 0.21% | 0.51% | - |
| HSV(B) | 220.38º | 0.33% | 0.62% | - |
| XYZ | 18.87 | 19.36 | 34.64 | - |
| YUV | 120.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 157 | 0.33 | 0.22 | 0 | 0.38 | 220.38 | 0.21 | 0.51 |
| Hex | 69 | 7A | 9D | 21 | 16 | 0 | 26 | DC | 15 | 33 |
| Octal | 151 | 172 | 235 | 41 | 26 | 0 | 46 | 334 | 25 | 63 |
| Binary | 1101001 | 1111010 | 10011101 | 100001 | 10110 | 0 | 100110 | 11011100 | 10101 | 110011 |
Color Harmonies of #697A9D
Complementary color
Monochromatic Colors of #697A9D
Black with #697A9D
Text Example
Text Example
White with #697A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A9D; }
p { color: rgb(105,122,157); }
H1.HeaderClassName
{
color: #697A9D;
}
.AnyTagClassName
{
color: #697A9D;
}
</style>
background-color css
<style>
a { background-color: #697A9D; }
a { background-color: rgb(105,122,157); }
div.DivClassName
{
background-color: #697A9D;
}
.BgClassName
{
background-color: #697A9D;
}
</style>
border-color css
<style>
span { border-color: #697A9D; }
span { border-color: rgb(105,122,157); }
td.TdClassName
{
border-color: #697A9D;
}
.TagClassName
{
border-color: #697A9D;
}
</style>