Shades of Bermuda Grey #698BA8
Tints of Bermuda Grey #698BA8
RGB
CMYK
RGB Variations
Color information
#698BA8 (or 0x698BA8) is known color: Bermuda Grey. HEX triplet: 69, 8B and A8. RGB value is (105,139,168). Sum of RGB (Red+Green+Blue) = 105+139+168=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 168 - color contains mainly: blue. Hex color #698BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698BA8 is #967457. Grayscale: #838383. Windows color (decimal): -9860184 or 11045737. OLE color: 11045737.
HSL color Cylindrical-coordinate representation of color #698BA8: hue angle of 207.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698BA8 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 139 | 168 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.34 |
| HSL | 207.62º | 0.27% | 0.54% | - |
| HSV(B) | 207.62º | 0.38% | 0.66% | - |
| XYZ | 22.13 | 24.3 | 40.57 | - |
| YUV | 132.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 168 | 0.38 | 0.17 | 0 | 0.34 | 207.62 | 0.27 | 0.54 |
| Hex | 69 | 8B | A8 | 26 | 11 | 0 | 22 | D0 | 1B | 36 |
| Octal | 151 | 213 | 250 | 46 | 21 | 0 | 42 | 320 | 33 | 66 |
| Binary | 1101001 | 10001011 | 10101000 | 100110 | 10001 | 0 | 100010 | 11010000 | 11011 | 110110 |
Color Harmonies of #698BA8
Complementary color
Monochromatic Colors of #698BA8
Black with #698BA8
Text Example
Text Example
White with #698BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BA8; }
p { color: rgb(105,139,168); }
H1.HeaderClassName
{
color: #698BA8;
}
.AnyTagClassName
{
color: #698BA8;
}
</style>
background-color css
<style>
a { background-color: #698BA8; }
a { background-color: rgb(105,139,168); }
div.DivClassName
{
background-color: #698BA8;
}
.BgClassName
{
background-color: #698BA8;
}
</style>
border-color css
<style>
span { border-color: #698BA8; }
span { border-color: rgb(105,139,168); }
td.TdClassName
{
border-color: #698BA8;
}
.TagClassName
{
border-color: #698BA8;
}
</style>