Shades of Bermuda Grey #698EA5
Tints of Bermuda Grey #698EA5
RGB
CMYK
RGB Variations
Color information
#698EA5 (or 0x698EA5) is known color: Bermuda Grey. HEX triplet: 69, 8E and A5. RGB value is (105,142,165). Sum of RGB (Red+Green+Blue) = 105+142+165=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 165 - color contains mainly: blue. Hex color #698EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698EA5 is #96715A. Grayscale: #858585. Windows color (decimal): -9859419 or 10849897. OLE color: 10849897.
HSL color Cylindrical-coordinate representation of color #698EA5: hue angle of 203º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #698EA5 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 142 | 165 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.35 |
| HSL | 203º | 0.25% | 0.53% | - |
| HSV(B) | 203º | 0.36% | 0.65% | - |
| XYZ | 22.29 | 25.07 | 39.26 | - |
| YUV | 133.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 165 | 0.36 | 0.14 | 0 | 0.35 | 203 | 0.25 | 0.53 |
| Hex | 69 | 8E | A5 | 24 | E | 0 | 23 | CB | 19 | 35 |
| Octal | 151 | 216 | 245 | 44 | 16 | 0 | 43 | 313 | 31 | 65 |
| Binary | 1101001 | 10001110 | 10100101 | 100100 | 1110 | 0 | 100011 | 11001011 | 11001 | 110101 |
Color Harmonies of #698EA5
Complementary color
Monochromatic Colors of #698EA5
Black with #698EA5
Text Example
Text Example
White with #698EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698EA5; }
p { color: rgb(105,142,165); }
H1.HeaderClassName
{
color: #698EA5;
}
.AnyTagClassName
{
color: #698EA5;
}
</style>
background-color css
<style>
a { background-color: #698EA5; }
a { background-color: rgb(105,142,165); }
div.DivClassName
{
background-color: #698EA5;
}
.BgClassName
{
background-color: #698EA5;
}
</style>
border-color css
<style>
span { border-color: #698EA5; }
span { border-color: rgb(105,142,165); }
td.TdClassName
{
border-color: #698EA5;
}
.TagClassName
{
border-color: #698EA5;
}
</style>