Shades of Bermuda Grey #6A8DAB
Tints of Bermuda Grey #6A8DAB
RGB
CMYK
RGB Variations
Color information
#6A8DAB (or 0x6A8DAB) is known color: Bermuda Grey. HEX triplet: 6A, 8D and AB. RGB value is (106,141,171). Sum of RGB (Red+Green+Blue) = 106+141+171=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A8DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8DAB is #957254. Grayscale: #858585. Windows color (decimal): -9794133 or 11242858. OLE color: 11242858.
HSL color Cylindrical-coordinate representation of color #6A8DAB: hue angle of 207.69º 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 #6A8DAB is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 141 | 171 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.33 |
| HSL | 207.69º | 0.28% | 0.54% | - |
| HSV(B) | 207.69º | 0.38% | 0.67% | - |
| XYZ | 22.82 | 25.05 | 42.16 | - |
| YUV | 133.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 141 | 171 | 0.38 | 0.18 | 0 | 0.33 | 207.69 | 0.28 | 0.54 |
| Hex | 6A | 8D | AB | 26 | 12 | 0 | 21 | D0 | 1C | 36 |
| Octal | 152 | 215 | 253 | 46 | 22 | 0 | 41 | 320 | 34 | 66 |
| Binary | 1101010 | 10001101 | 10101011 | 100110 | 10010 | 0 | 100001 | 11010000 | 11100 | 110110 |
Color Harmonies of #6A8DAB
Complementary color
Monochromatic Colors of #6A8DAB
Black with #6A8DAB
Text Example
Text Example
White with #6A8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8DAB; }
p { color: rgb(106,141,171); }
H1.HeaderClassName
{
color: #6A8DAB;
}
.AnyTagClassName
{
color: #6A8DAB;
}
</style>
background-color css
<style>
a { background-color: #6A8DAB; }
a { background-color: rgb(106,141,171); }
div.DivClassName
{
background-color: #6A8DAB;
}
.BgClassName
{
background-color: #6A8DAB;
}
</style>
border-color css
<style>
span { border-color: #6A8DAB; }
span { border-color: rgb(106,141,171); }
td.TdClassName
{
border-color: #6A8DAB;
}
.TagClassName
{
border-color: #6A8DAB;
}
</style>