Shades of Bermuda Grey #6A8EAB
Tints of Bermuda Grey #6A8EAB
RGB
CMYK
RGB Variations
Color information
#6A8EAB (or 0x6A8EAB) is known color: Bermuda Grey. HEX triplet: 6A, 8E and AB. RGB value is (106,142,171). Sum of RGB (Red+Green+Blue) = 106+142+171=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A8EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8EAB is #957154. Grayscale: #868686. Windows color (decimal): -9793877 or 11243114. OLE color: 11243114.
HSL color Cylindrical-coordinate representation of color #6A8EAB: hue angle of 206.77º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A8EAB is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 142 | 171 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.33 |
| HSL | 206.77º | 0.28% | 0.54% | - |
| HSV(B) | 206.77º | 0.38% | 0.67% | - |
| XYZ | 22.97 | 25.35 | 42.21 | - |
| YUV | 134.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 171 | 0.38 | 0.17 | 0 | 0.33 | 206.77 | 0.28 | 0.54 |
| Hex | 6A | 8E | AB | 26 | 11 | 0 | 21 | CF | 1C | 36 |
| Octal | 152 | 216 | 253 | 46 | 21 | 0 | 41 | 317 | 34 | 66 |
| Binary | 1101010 | 10001110 | 10101011 | 100110 | 10001 | 0 | 100001 | 11001111 | 11100 | 110110 |
Color Harmonies of #6A8EAB
Complementary color
Monochromatic Colors of #6A8EAB
Black with #6A8EAB
Text Example
Text Example
White with #6A8EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8EAB; }
p { color: rgb(106,142,171); }
H1.HeaderClassName
{
color: #6A8EAB;
}
.AnyTagClassName
{
color: #6A8EAB;
}
</style>
background-color css
<style>
a { background-color: #6A8EAB; }
a { background-color: rgb(106,142,171); }
div.DivClassName
{
background-color: #6A8EAB;
}
.BgClassName
{
background-color: #6A8EAB;
}
</style>
border-color css
<style>
span { border-color: #6A8EAB; }
span { border-color: rgb(106,142,171); }
td.TdClassName
{
border-color: #6A8EAB;
}
.TagClassName
{
border-color: #6A8EAB;
}
</style>