Shades of Bermuda Grey #698DA8
Tints of Bermuda Grey #698DA8
RGB
CMYK
RGB Variations
Color information
#698DA8 (or 0x698DA8) is known color: Bermuda Grey. HEX triplet: 69, 8D and A8. RGB value is (105,141,168). Sum of RGB (Red+Green+Blue) = 105+141+168=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 168 - color contains mainly: blue. Hex color #698DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698DA8 is #967257. Grayscale: #858585. Windows color (decimal): -9859672 or 11046249. OLE color: 11046249.
HSL color Cylindrical-coordinate representation of color #698DA8: hue angle of 205.71º 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 #698DA8 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 141 | 168 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.34 |
| HSL | 205.71º | 0.27% | 0.54% | - |
| HSV(B) | 205.71º | 0.38% | 0.66% | - |
| XYZ | 22.42 | 24.88 | 40.67 | - |
| YUV | 133.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 168 | 0.38 | 0.16 | 0 | 0.34 | 205.71 | 0.27 | 0.54 |
| Hex | 69 | 8D | A8 | 26 | 10 | 0 | 22 | CE | 1B | 36 |
| Octal | 151 | 215 | 250 | 46 | 20 | 0 | 42 | 316 | 33 | 66 |
| Binary | 1101001 | 10001101 | 10101000 | 100110 | 10000 | 0 | 100010 | 11001110 | 11011 | 110110 |
Color Harmonies of #698DA8
Complementary color
Monochromatic Colors of #698DA8
Black with #698DA8
Text Example
Text Example
White with #698DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DA8; }
p { color: rgb(105,141,168); }
H1.HeaderClassName
{
color: #698DA8;
}
.AnyTagClassName
{
color: #698DA8;
}
</style>
background-color css
<style>
a { background-color: #698DA8; }
a { background-color: rgb(105,141,168); }
div.DivClassName
{
background-color: #698DA8;
}
.BgClassName
{
background-color: #698DA8;
}
</style>
border-color css
<style>
span { border-color: #698DA8; }
span { border-color: rgb(105,141,168); }
td.TdClassName
{
border-color: #698DA8;
}
.TagClassName
{
border-color: #698DA8;
}
</style>