Shades of Bermuda Grey #6E94A1
Tints of Bermuda Grey #6E94A1
RGB
CMYK
RGB Variations
Color information
#6E94A1 (or 0x6E94A1) is known color: Bermuda Grey. HEX triplet: 6E, 94 and A1. RGB value is (110,148,161). Sum of RGB (Red+Green+Blue) = 110+148+161=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 161 - color contains mainly: blue. Hex color #6E94A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E94A1 is #916B5E. Grayscale: #8A8A8A. Windows color (decimal): -9530207 or 10589294. OLE color: 10589294.
HSL color Cylindrical-coordinate representation of color #6E94A1: hue angle of 195.29º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E94A1 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 148 | 161 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.37 |
| HSL | 195.29º | 0.21% | 0.53% | - |
| HSV(B) | 195.29º | 0.32% | 0.63% | - |
| XYZ | 23.45 | 27.07 | 37.71 | - |
| YUV | 138.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 148 | 161 | 0.32 | 0.08 | 0 | 0.37 | 195.29 | 0.21 | 0.53 |
| Hex | 6E | 94 | A1 | 20 | 8 | 0 | 25 | C3 | 15 | 35 |
| Octal | 156 | 224 | 241 | 40 | 10 | 0 | 45 | 303 | 25 | 65 |
| Binary | 1101110 | 10010100 | 10100001 | 100000 | 1000 | 0 | 100101 | 11000011 | 10101 | 110101 |
Color Harmonies of #6E94A1
Complementary color
Monochromatic Colors of #6E94A1
Black with #6E94A1
Text Example
Text Example
White with #6E94A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E94A1; }
p { color: rgb(110,148,161); }
H1.HeaderClassName
{
color: #6E94A1;
}
.AnyTagClassName
{
color: #6E94A1;
}
</style>
background-color css
<style>
a { background-color: #6E94A1; }
a { background-color: rgb(110,148,161); }
div.DivClassName
{
background-color: #6E94A1;
}
.BgClassName
{
background-color: #6E94A1;
}
</style>
border-color css
<style>
span { border-color: #6E94A1; }
span { border-color: rgb(110,148,161); }
td.TdClassName
{
border-color: #6E94A1;
}
.TagClassName
{
border-color: #6E94A1;
}
</style>