Shades of Bermuda Grey #6A90AB
Tints of Bermuda Grey #6A90AB
RGB
CMYK
RGB Variations
Color information
#6A90AB (or 0x6A90AB) is known color: Bermuda Grey. HEX triplet: 6A, 90 and AB. RGB value is (106,144,171). Sum of RGB (Red+Green+Blue) = 106+144+171=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A90AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A90AB is #956F54. Grayscale: #878787. Windows color (decimal): -9793365 or 11243626. OLE color: 11243626.
HSL color Cylindrical-coordinate representation of color #6A90AB: hue angle of 204.92º 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 #6A90AB is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 144 | 171 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.33 |
| HSL | 204.92º | 0.28% | 0.54% | - |
| HSV(B) | 204.92º | 0.38% | 0.67% | - |
| XYZ | 23.27 | 25.95 | 42.31 | - |
| YUV | 135.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 144 | 171 | 0.38 | 0.16 | 0 | 0.33 | 204.92 | 0.28 | 0.54 |
| Hex | 6A | 90 | AB | 26 | 10 | 0 | 21 | CD | 1C | 36 |
| Octal | 152 | 220 | 253 | 46 | 20 | 0 | 41 | 315 | 34 | 66 |
| Binary | 1101010 | 10010000 | 10101011 | 100110 | 10000 | 0 | 100001 | 11001101 | 11100 | 110110 |
Color Harmonies of #6A90AB
Complementary color
Monochromatic Colors of #6A90AB
Black with #6A90AB
Text Example
Text Example
White with #6A90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A90AB; }
p { color: rgb(106,144,171); }
H1.HeaderClassName
{
color: #6A90AB;
}
.AnyTagClassName
{
color: #6A90AB;
}
</style>
background-color css
<style>
a { background-color: #6A90AB; }
a { background-color: rgb(106,144,171); }
div.DivClassName
{
background-color: #6A90AB;
}
.BgClassName
{
background-color: #6A90AB;
}
</style>
border-color css
<style>
span { border-color: #6A90AB; }
span { border-color: rgb(106,144,171); }
td.TdClassName
{
border-color: #6A90AB;
}
.TagClassName
{
border-color: #6A90AB;
}
</style>