Shades of Bermuda Grey #698BA6
Tints of Bermuda Grey #698BA6
RGB
CMYK
RGB Variations
Color information
#698BA6 (or 0x698BA6) is known color: Bermuda Grey. HEX triplet: 69, 8B and A6. RGB value is (105,139,166). Sum of RGB (Red+Green+Blue) = 105+139+166=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 166 - color contains mainly: blue. Hex color #698BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698BA6 is #967459. Grayscale: #838383. Windows color (decimal): -9860186 or 10914665. OLE color: 10914665.
HSL color Cylindrical-coordinate representation of color #698BA6: hue angle of 206.56º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #698BA6 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 139 | 166 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.35 |
| HSL | 206.56º | 0.26% | 0.53% | - |
| HSV(B) | 206.56º | 0.37% | 0.65% | - |
| XYZ | 21.94 | 24.22 | 39.6 | - |
| YUV | 131.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 166 | 0.37 | 0.16 | 0 | 0.35 | 206.56 | 0.26 | 0.53 |
| Hex | 69 | 8B | A6 | 25 | 10 | 0 | 23 | CF | 1A | 35 |
| Octal | 151 | 213 | 246 | 45 | 20 | 0 | 43 | 317 | 32 | 65 |
| Binary | 1101001 | 10001011 | 10100110 | 100101 | 10000 | 0 | 100011 | 11001111 | 11010 | 110101 |
Color Harmonies of #698BA6
Complementary color
Monochromatic Colors of #698BA6
Black with #698BA6
Text Example
Text Example
White with #698BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BA6; }
p { color: rgb(105,139,166); }
H1.HeaderClassName
{
color: #698BA6;
}
.AnyTagClassName
{
color: #698BA6;
}
</style>
background-color css
<style>
a { background-color: #698BA6; }
a { background-color: rgb(105,139,166); }
div.DivClassName
{
background-color: #698BA6;
}
.BgClassName
{
background-color: #698BA6;
}
</style>
border-color css
<style>
span { border-color: #698BA6; }
span { border-color: rgb(105,139,166); }
td.TdClassName
{
border-color: #698BA6;
}
.TagClassName
{
border-color: #698BA6;
}
</style>