Shades of Bermuda Grey #698DA0
Tints of Bermuda Grey #698DA0
RGB
CMYK
RGB Variations
Color information
#698DA0 (or 0x698DA0) is known color: Bermuda Grey. HEX triplet: 69, 8D and A0. RGB value is (105,141,160). Sum of RGB (Red+Green+Blue) = 105+141+160=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 160 - color contains mainly: blue. Hex color #698DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698DA0 is #96725F. Grayscale: #848484. Windows color (decimal): -9859680 or 10521961. OLE color: 10521961.
HSL color Cylindrical-coordinate representation of color #698DA0: hue angle of 200.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #698DA0 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 141 | 160 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.37 |
| HSL | 200.73º | 0.22% | 0.52% | - |
| HSV(B) | 200.73º | 0.34% | 0.63% | - |
| XYZ | 21.7 | 24.59 | 36.86 | - |
| YUV | 132.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 160 | 0.34 | 0.12 | 0 | 0.37 | 200.73 | 0.22 | 0.52 |
| Hex | 69 | 8D | A0 | 22 | C | 0 | 25 | C9 | 16 | 34 |
| Octal | 151 | 215 | 240 | 42 | 14 | 0 | 45 | 311 | 26 | 64 |
| Binary | 1101001 | 10001101 | 10100000 | 100010 | 1100 | 0 | 100101 | 11001001 | 10110 | 110100 |
Color Harmonies of #698DA0
Complementary color
Monochromatic Colors of #698DA0
Black with #698DA0
Text Example
Text Example
White with #698DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DA0; }
p { color: rgb(105,141,160); }
H1.HeaderClassName
{
color: #698DA0;
}
.AnyTagClassName
{
color: #698DA0;
}
</style>
background-color css
<style>
a { background-color: #698DA0; }
a { background-color: rgb(105,141,160); }
div.DivClassName
{
background-color: #698DA0;
}
.BgClassName
{
background-color: #698DA0;
}
</style>
border-color css
<style>
span { border-color: #698DA0; }
span { border-color: rgb(105,141,160); }
td.TdClassName
{
border-color: #698DA0;
}
.TagClassName
{
border-color: #698DA0;
}
</style>