Shades of Bermuda Grey #688BA1
Tints of Bermuda Grey #688BA1
RGB
CMYK
RGB Variations
Color information
#688BA1 (or 0x688BA1) is known color: Bermuda Grey. HEX triplet: 68, 8B and A1. RGB value is (104,139,161). Sum of RGB (Red+Green+Blue) = 104+139+161=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 161 - color contains mainly: blue. Hex color #688BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BA1 is #97745E. Grayscale: #828282. Windows color (decimal): -9925727 or 10586984. OLE color: 10586984.
HSL color Cylindrical-coordinate representation of color #688BA1: hue angle of 203.16º 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 #688BA1 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 139 | 161 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.37 |
| HSL | 203.16º | 0.23% | 0.52% | - |
| HSV(B) | 203.16º | 0.35% | 0.63% | - |
| XYZ | 21.37 | 23.98 | 37.22 | - |
| YUV | 131.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 161 | 0.35 | 0.14 | 0 | 0.37 | 203.16 | 0.23 | 0.52 |
| Hex | 68 | 8B | A1 | 23 | E | 0 | 25 | CB | 17 | 34 |
| Octal | 150 | 213 | 241 | 43 | 16 | 0 | 45 | 313 | 27 | 64 |
| Binary | 1101000 | 10001011 | 10100001 | 100011 | 1110 | 0 | 100101 | 11001011 | 10111 | 110100 |
Color Harmonies of #688BA1
Complementary color
Monochromatic Colors of #688BA1
Black with #688BA1
Text Example
Text Example
White with #688BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BA1; }
p { color: rgb(104,139,161); }
H1.HeaderClassName
{
color: #688BA1;
}
.AnyTagClassName
{
color: #688BA1;
}
</style>
background-color css
<style>
a { background-color: #688BA1; }
a { background-color: rgb(104,139,161); }
div.DivClassName
{
background-color: #688BA1;
}
.BgClassName
{
background-color: #688BA1;
}
</style>
border-color css
<style>
span { border-color: #688BA1; }
span { border-color: rgb(104,139,161); }
td.TdClassName
{
border-color: #688BA1;
}
.TagClassName
{
border-color: #688BA1;
}
</style>