Shades of Bermuda Grey #698B9E
Tints of Bermuda Grey #698B9E
RGB
CMYK
RGB Variations
Color information
#698B9E (or 0x698B9E) is known color: Bermuda Grey. HEX triplet: 69, 8B and 9E. RGB value is (105,139,158). Sum of RGB (Red+Green+Blue) = 105+139+158=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #698B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B9E is #967461. Grayscale: #828282. Windows color (decimal): -9860194 or 10390377. OLE color: 10390377.
HSL color Cylindrical-coordinate representation of color #698B9E: hue angle of 201.51º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #698B9E is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 139 | 158 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.38 |
| HSL | 201.51º | 0.21% | 0.52% | - |
| HSV(B) | 201.51º | 0.34% | 0.62% | - |
| XYZ | 21.23 | 23.94 | 35.85 | - |
| YUV | 131 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 158 | 0.34 | 0.12 | 0 | 0.38 | 201.51 | 0.21 | 0.52 |
| Hex | 69 | 8B | 9E | 22 | C | 0 | 26 | CA | 15 | 34 |
| Octal | 151 | 213 | 236 | 42 | 14 | 0 | 46 | 312 | 25 | 64 |
| Binary | 1101001 | 10001011 | 10011110 | 100010 | 1100 | 0 | 100110 | 11001010 | 10101 | 110100 |
Color Harmonies of #698B9E
Complementary color
Monochromatic Colors of #698B9E
Black with #698B9E
Text Example
Text Example
White with #698B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B9E; }
p { color: rgb(105,139,158); }
H1.HeaderClassName
{
color: #698B9E;
}
.AnyTagClassName
{
color: #698B9E;
}
</style>
background-color css
<style>
a { background-color: #698B9E; }
a { background-color: rgb(105,139,158); }
div.DivClassName
{
background-color: #698B9E;
}
.BgClassName
{
background-color: #698B9E;
}
</style>
border-color css
<style>
span { border-color: #698B9E; }
span { border-color: rgb(105,139,158); }
td.TdClassName
{
border-color: #698B9E;
}
.TagClassName
{
border-color: #698B9E;
}
</style>