Shades of Slate Grey #697B8F
Tints of Slate Grey #697B8F
RGB
CMYK
RGB Variations
Color information
#697B8F (or 0x697B8F) is known color: Slate Grey. HEX triplet: 69, 7B and 8F. RGB value is (105,123,143). Sum of RGB (Red+Green+Blue) = 105+123+143=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #697B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B8F is #968470. Grayscale: #777777. Windows color (decimal): -9864305 or 9403241. OLE color: 9403241.
HSL color Cylindrical-coordinate representation of color #697B8F: hue angle of 211.58º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #697B8F is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 123 | 143 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.44 |
| HSL | 211.58º | 0.15% | 0.49% | - |
| HSV(B) | 211.58º | 0.27% | 0.56% | - |
| XYZ | 17.87 | 19.15 | 28.74 | - |
| YUV | 119.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 143 | 0.27 | 0.14 | 0 | 0.44 | 211.58 | 0.15 | 0.49 |
| Hex | 69 | 7B | 8F | 1B | E | 0 | 2C | D4 | F | 31 |
| Octal | 151 | 173 | 217 | 33 | 16 | 0 | 54 | 324 | 17 | 61 |
| Binary | 1101001 | 1111011 | 10001111 | 11011 | 1110 | 0 | 101100 | 11010100 | 1111 | 110001 |
Color Harmonies of #697B8F
Complementary color
Monochromatic Colors of #697B8F
Black with #697B8F
Text Example
Text Example
White with #697B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B8F; }
p { color: rgb(105,123,143); }
H1.HeaderClassName
{
color: #697B8F;
}
.AnyTagClassName
{
color: #697B8F;
}
</style>
background-color css
<style>
a { background-color: #697B8F; }
a { background-color: rgb(105,123,143); }
div.DivClassName
{
background-color: #697B8F;
}
.BgClassName
{
background-color: #697B8F;
}
</style>
border-color css
<style>
span { border-color: #697B8F; }
span { border-color: rgb(105,123,143); }
td.TdClassName
{
border-color: #697B8F;
}
.TagClassName
{
border-color: #697B8F;
}
</style>