Shades of Bermuda Grey #6E90A7
Tints of Bermuda Grey #6E90A7
RGB
CMYK
RGB Variations
Color information
#6E90A7 (or 0x6E90A7) is known color: Bermuda Grey. HEX triplet: 6E, 90 and A7. RGB value is (110,144,167). Sum of RGB (Red+Green+Blue) = 110+144+167=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 167 - color contains mainly: blue. Hex color #6E90A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E90A7 is #916F58. Grayscale: #888888. Windows color (decimal): -9531225 or 10981486. OLE color: 10981486.
HSL color Cylindrical-coordinate representation of color #6E90A7: hue angle of 204.21º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E90A7 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 144 | 167 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.35 |
| HSL | 204.21º | 0.24% | 0.54% | - |
| HSV(B) | 204.21º | 0.34% | 0.65% | - |
| XYZ | 23.38 | 26.05 | 40.36 | - |
| YUV | 136.46 | 145.24 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 144 | 167 | 0.34 | 0.14 | 0 | 0.35 | 204.21 | 0.24 | 0.54 |
| Hex | 6E | 90 | A7 | 22 | E | 0 | 23 | CC | 18 | 36 |
| Octal | 156 | 220 | 247 | 42 | 16 | 0 | 43 | 314 | 30 | 66 |
| Binary | 1101110 | 10010000 | 10100111 | 100010 | 1110 | 0 | 100011 | 11001100 | 11000 | 110110 |
Color Harmonies of #6E90A7
Complementary color
Monochromatic Colors of #6E90A7
Black with #6E90A7
Text Example
Text Example
White with #6E90A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E90A7; }
p { color: rgb(110,144,167); }
H1.HeaderClassName
{
color: #6E90A7;
}
.AnyTagClassName
{
color: #6E90A7;
}
</style>
background-color css
<style>
a { background-color: #6E90A7; }
a { background-color: rgb(110,144,167); }
div.DivClassName
{
background-color: #6E90A7;
}
.BgClassName
{
background-color: #6E90A7;
}
</style>
border-color css
<style>
span { border-color: #6E90A7; }
span { border-color: rgb(110,144,167); }
td.TdClassName
{
border-color: #6E90A7;
}
.TagClassName
{
border-color: #6E90A7;
}
</style>