Shades of Bermuda Grey #698E9D
Tints of Bermuda Grey #698E9D
RGB
CMYK
RGB Variations
Color information
#698E9D (or 0x698E9D) is known color: Bermuda Grey. HEX triplet: 69, 8E and 9D. RGB value is (105,142,157). Sum of RGB (Red+Green+Blue) = 105+142+157=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #698E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698E9D is #967162. Grayscale: #848484. Windows color (decimal): -9859427 or 10325609. OLE color: 10325609.
HSL color Cylindrical-coordinate representation of color #698E9D: hue angle of 197.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #698E9D is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 142 | 157 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.38 |
| HSL | 197.31º | 0.21% | 0.51% | - |
| HSV(B) | 197.31º | 0.33% | 0.62% | - |
| XYZ | 21.58 | 24.78 | 35.54 | - |
| YUV | 132.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 157 | 0.33 | 0.10 | 0 | 0.38 | 197.31 | 0.21 | 0.51 |
| Hex | 69 | 8E | 9D | 21 | A | 0 | 26 | C5 | 15 | 33 |
| Octal | 151 | 216 | 235 | 41 | 12 | 0 | 46 | 305 | 25 | 63 |
| Binary | 1101001 | 10001110 | 10011101 | 100001 | 1010 | 0 | 100110 | 11000101 | 10101 | 110011 |
Color Harmonies of #698E9D
Complementary color
Monochromatic Colors of #698E9D
Black with #698E9D
Text Example
Text Example
White with #698E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698E9D; }
p { color: rgb(105,142,157); }
H1.HeaderClassName
{
color: #698E9D;
}
.AnyTagClassName
{
color: #698E9D;
}
</style>
background-color css
<style>
a { background-color: #698E9D; }
a { background-color: rgb(105,142,157); }
div.DivClassName
{
background-color: #698E9D;
}
.BgClassName
{
background-color: #698E9D;
}
</style>
border-color css
<style>
span { border-color: #698E9D; }
span { border-color: rgb(105,142,157); }
td.TdClassName
{
border-color: #698E9D;
}
.TagClassName
{
border-color: #698E9D;
}
</style>