Shades of Bermuda Grey #6A8A9F
Tints of Bermuda Grey #6A8A9F
RGB
CMYK
RGB Variations
Color information
#6A8A9F (or 0x6A8A9F) is known color: Bermuda Grey. HEX triplet: 6A, 8A and 9F. RGB value is (106,138,159). Sum of RGB (Red+Green+Blue) = 106+138+159=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A8A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8A9F is #957560. Grayscale: #828282. Windows color (decimal): -9794913 or 10455658. OLE color: 10455658.
HSL color Cylindrical-coordinate representation of color #6A8A9F: hue angle of 203.77º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A8A9F is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 138 | 159 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.38 |
| HSL | 203.77º | 0.22% | 0.52% | - |
| HSV(B) | 203.77º | 0.33% | 0.62% | - |
| XYZ | 21.29 | 23.74 | 36.26 | - |
| YUV | 130.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 159 | 0.33 | 0.13 | 0 | 0.38 | 203.77 | 0.22 | 0.52 |
| Hex | 6A | 8A | 9F | 21 | D | 0 | 26 | CC | 16 | 34 |
| Octal | 152 | 212 | 237 | 41 | 15 | 0 | 46 | 314 | 26 | 64 |
| Binary | 1101010 | 10001010 | 10011111 | 100001 | 1101 | 0 | 100110 | 11001100 | 10110 | 110100 |
Color Harmonies of #6A8A9F
Complementary color
Monochromatic Colors of #6A8A9F
Black with #6A8A9F
Text Example
Text Example
White with #6A8A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8A9F; }
p { color: rgb(106,138,159); }
H1.HeaderClassName
{
color: #6A8A9F;
}
.AnyTagClassName
{
color: #6A8A9F;
}
</style>
background-color css
<style>
a { background-color: #6A8A9F; }
a { background-color: rgb(106,138,159); }
div.DivClassName
{
background-color: #6A8A9F;
}
.BgClassName
{
background-color: #6A8A9F;
}
</style>
border-color css
<style>
span { border-color: #6A8A9F; }
span { border-color: rgb(106,138,159); }
td.TdClassName
{
border-color: #6A8A9F;
}
.TagClassName
{
border-color: #6A8A9F;
}
</style>