Shades of Bermuda Grey #698D9E
Tints of Bermuda Grey #698D9E
RGB
CMYK
RGB Variations
Color information
#698D9E (or 0x698D9E) is known color: Bermuda Grey. HEX triplet: 69, 8D and 9E. RGB value is (105,141,158). Sum of RGB (Red+Green+Blue) = 105+141+158=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #698D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698D9E is #967261. Grayscale: #848484. Windows color (decimal): -9859682 or 10390889. OLE color: 10390889.
HSL color Cylindrical-coordinate representation of color #698D9E: hue angle of 199.25º degrees, saturation: 0.21, 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 #698D9E is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 141 | 158 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.38 |
| HSL | 199.25º | 0.21% | 0.52% | - |
| HSV(B) | 199.25º | 0.34% | 0.62% | - |
| XYZ | 21.52 | 24.52 | 35.95 | - |
| YUV | 132.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 158 | 0.34 | 0.11 | 0 | 0.38 | 199.25 | 0.21 | 0.52 |
| Hex | 69 | 8D | 9E | 22 | B | 0 | 26 | C7 | 15 | 34 |
| Octal | 151 | 215 | 236 | 42 | 13 | 0 | 46 | 307 | 25 | 64 |
| Binary | 1101001 | 10001101 | 10011110 | 100010 | 1011 | 0 | 100110 | 11000111 | 10101 | 110100 |
Color Harmonies of #698D9E
Complementary color
Monochromatic Colors of #698D9E
Black with #698D9E
Text Example
Text Example
White with #698D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D9E; }
p { color: rgb(105,141,158); }
H1.HeaderClassName
{
color: #698D9E;
}
.AnyTagClassName
{
color: #698D9E;
}
</style>
background-color css
<style>
a { background-color: #698D9E; }
a { background-color: rgb(105,141,158); }
div.DivClassName
{
background-color: #698D9E;
}
.BgClassName
{
background-color: #698D9E;
}
</style>
border-color css
<style>
span { border-color: #698D9E; }
span { border-color: rgb(105,141,158); }
td.TdClassName
{
border-color: #698D9E;
}
.TagClassName
{
border-color: #698D9E;
}
</style>