Shades of Bermuda Grey #6890A0
Tints of Bermuda Grey #6890A0
RGB
CMYK
RGB Variations
Color information
#6890A0 (or 0x6890A0) is known color: Bermuda Grey. HEX triplet: 68, 90 and A0. RGB value is (104,144,160). Sum of RGB (Red+Green+Blue) = 104+144+160=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #6890A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6890A0 is #976F5F. Grayscale: #858585. Windows color (decimal): -9924448 or 10522728. OLE color: 10522728.
HSL color Cylindrical-coordinate representation of color #6890A0: hue angle of 197.14º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6890A0 is Cyan = 0.35, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 144 | 160 | - |
| CMYK | 0.35 | 0.1 | 0 | 0.37 |
| HSL | 197.14º | 0.23% | 0.52% | - |
| HSV(B) | 197.14º | 0.35% | 0.63% | - |
| XYZ | 22.03 | 25.43 | 37 | - |
| YUV | 133.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 160 | 0.35 | 0.1 | 0 | 0.37 | 197.14 | 0.23 | 0.52 |
| Hex | 68 | 90 | A0 | 23 | A | 0 | 25 | C5 | 17 | 34 |
| Octal | 150 | 220 | 240 | 43 | 12 | 0 | 45 | 305 | 27 | 64 |
| Binary | 1101000 | 10010000 | 10100000 | 100011 | 1010 | 0 | 100101 | 11000101 | 10111 | 110100 |
Color Harmonies of #6890A0
Complementary color
Monochromatic Colors of #6890A0
Black with #6890A0
Text Example
Text Example
White with #6890A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6890A0; }
p { color: rgb(104,144,160); }
H1.HeaderClassName
{
color: #6890A0;
}
.AnyTagClassName
{
color: #6890A0;
}
</style>
background-color css
<style>
a { background-color: #6890A0; }
a { background-color: rgb(104,144,160); }
div.DivClassName
{
background-color: #6890A0;
}
.BgClassName
{
background-color: #6890A0;
}
</style>
border-color css
<style>
span { border-color: #6890A0; }
span { border-color: rgb(104,144,160); }
td.TdClassName
{
border-color: #6890A0;
}
.TagClassName
{
border-color: #6890A0;
}
</style>