Shades of Bermuda Grey #6888A0
Tints of Bermuda Grey #6888A0
RGB
CMYK
RGB Variations
Color information
#6888A0 (or 0x6888A0) is known color: Bermuda Grey. HEX triplet: 68, 88 and A0. RGB value is (104,136,160). Sum of RGB (Red+Green+Blue) = 104+136+160=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 160 - color contains mainly: blue. Hex color #6888A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6888A0 is #97775F. Grayscale: #818181. Windows color (decimal): -9926496 or 10520680. OLE color: 10520680.
HSL color Cylindrical-coordinate representation of color #6888A0: hue angle of 205.71º 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 #6888A0 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 136 | 160 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.37 |
| HSL | 205.71º | 0.23% | 0.52% | - |
| HSV(B) | 205.71º | 0.35% | 0.63% | - |
| XYZ | 20.86 | 23.09 | 36.62 | - |
| YUV | 129.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 160 | 0.35 | 0.15 | 0 | 0.37 | 205.71 | 0.23 | 0.52 |
| Hex | 68 | 88 | A0 | 23 | F | 0 | 25 | CE | 17 | 34 |
| Octal | 150 | 210 | 240 | 43 | 17 | 0 | 45 | 316 | 27 | 64 |
| Binary | 1101000 | 10001000 | 10100000 | 100011 | 1111 | 0 | 100101 | 11001110 | 10111 | 110100 |
Color Harmonies of #6888A0
Complementary color
Monochromatic Colors of #6888A0
Black with #6888A0
Text Example
Text Example
White with #6888A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6888A0; }
p { color: rgb(104,136,160); }
H1.HeaderClassName
{
color: #6888A0;
}
.AnyTagClassName
{
color: #6888A0;
}
</style>
background-color css
<style>
a { background-color: #6888A0; }
a { background-color: rgb(104,136,160); }
div.DivClassName
{
background-color: #6888A0;
}
.BgClassName
{
background-color: #6888A0;
}
</style>
border-color css
<style>
span { border-color: #6888A0; }
span { border-color: rgb(104,136,160); }
td.TdClassName
{
border-color: #6888A0;
}
.TagClassName
{
border-color: #6888A0;
}
</style>