Shades of Bermuda Grey #6E99A4
Tints of Bermuda Grey #6E99A4
RGB
CMYK
RGB Variations
Color information
#6E99A4 (or 0x6E99A4) is known color: Bermuda Grey. HEX triplet: 6E, 99 and A4. RGB value is (110,153,164). Sum of RGB (Red+Green+Blue) = 110+153+164=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E99A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E99A4 is #91665B. Grayscale: #8D8D8D. Windows color (decimal): -9528924 or 10787182. OLE color: 10787182.
HSL color Cylindrical-coordinate representation of color #6E99A4: hue angle of 192.22º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E99A4 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 153 | 164 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.36 |
| HSL | 192.22º | 0.23% | 0.54% | - |
| HSV(B) | 192.22º | 0.33% | 0.64% | - |
| XYZ | 24.52 | 28.78 | 39.38 | - |
| YUV | 141.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 164 | 0.33 | 0.07 | 0 | 0.36 | 192.22 | 0.23 | 0.54 |
| Hex | 6E | 99 | A4 | 21 | 7 | 0 | 24 | C0 | 17 | 36 |
| Octal | 156 | 231 | 244 | 41 | 7 | 0 | 44 | 300 | 27 | 66 |
| Binary | 1101110 | 10011001 | 10100100 | 100001 | 111 | 0 | 100100 | 11000000 | 10111 | 110110 |
Color Harmonies of #6E99A4
Complementary color
Monochromatic Colors of #6E99A4
Black with #6E99A4
Text Example
Text Example
White with #6E99A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E99A4; }
p { color: rgb(110,153,164); }
H1.HeaderClassName
{
color: #6E99A4;
}
.AnyTagClassName
{
color: #6E99A4;
}
</style>
background-color css
<style>
a { background-color: #6E99A4; }
a { background-color: rgb(110,153,164); }
div.DivClassName
{
background-color: #6E99A4;
}
.BgClassName
{
background-color: #6E99A4;
}
</style>
border-color css
<style>
span { border-color: #6E99A4; }
span { border-color: rgb(110,153,164); }
td.TdClassName
{
border-color: #6E99A4;
}
.TagClassName
{
border-color: #6E99A4;
}
</style>