Shades of Bermuda Grey #6589A0
Tints of Bermuda Grey #6589A0
RGB
CMYK
RGB Variations
Color information
#6589A0 (or 0x6589A0) is known color: Bermuda Grey. HEX triplet: 65, 89 and A0. RGB value is (101,137,160). Sum of RGB (Red+Green+Blue) = 101+137+160=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #6589A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6589A0 is #9A765F. Grayscale: #808080. Windows color (decimal): -10122848 or 10520933. OLE color: 10520933.
HSL color Cylindrical-coordinate representation of color #6589A0: hue angle of 203.39º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6589A0 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 137 | 160 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.37 |
| HSL | 203.39º | 0.24% | 0.51% | - |
| HSV(B) | 203.39º | 0.37% | 0.63% | - |
| XYZ | 20.66 | 23.2 | 36.65 | - |
| YUV | 128.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 160 | 0.37 | 0.14 | 0 | 0.37 | 203.39 | 0.24 | 0.51 |
| Hex | 65 | 89 | A0 | 25 | E | 0 | 25 | CB | 18 | 33 |
| Octal | 145 | 211 | 240 | 45 | 16 | 0 | 45 | 313 | 30 | 63 |
| Binary | 1100101 | 10001001 | 10100000 | 100101 | 1110 | 0 | 100101 | 11001011 | 11000 | 110011 |
Color Harmonies of #6589A0
Complementary color
Monochromatic Colors of #6589A0
Black with #6589A0
Text Example
Text Example
White with #6589A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6589A0; }
p { color: rgb(101,137,160); }
H1.HeaderClassName
{
color: #6589A0;
}
.AnyTagClassName
{
color: #6589A0;
}
</style>
background-color css
<style>
a { background-color: #6589A0; }
a { background-color: rgb(101,137,160); }
div.DivClassName
{
background-color: #6589A0;
}
.BgClassName
{
background-color: #6589A0;
}
</style>
border-color css
<style>
span { border-color: #6589A0; }
span { border-color: rgb(101,137,160); }
td.TdClassName
{
border-color: #6589A0;
}
.TagClassName
{
border-color: #6589A0;
}
</style>