Shades of Bermuda Grey #688BA7
Tints of Bermuda Grey #688BA7
RGB
CMYK
RGB Variations
Color information
#688BA7 (or 0x688BA7) is known color: Bermuda Grey. HEX triplet: 68, 8B and A7. RGB value is (104,139,167). Sum of RGB (Red+Green+Blue) = 104+139+167=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 167 - color contains mainly: blue. Hex color #688BA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BA7 is #977458. Grayscale: #838383. Windows color (decimal): -9925721 or 10980200. OLE color: 10980200.
HSL color Cylindrical-coordinate representation of color #688BA7: hue angle of 206.67º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #688BA7 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 139 | 167 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.35 |
| HSL | 206.67º | 0.26% | 0.53% | - |
| HSV(B) | 206.67º | 0.38% | 0.65% | - |
| XYZ | 21.92 | 24.2 | 40.07 | - |
| YUV | 131.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 167 | 0.38 | 0.17 | 0 | 0.35 | 206.67 | 0.26 | 0.53 |
| Hex | 68 | 8B | A7 | 26 | 11 | 0 | 23 | CF | 1A | 35 |
| Octal | 150 | 213 | 247 | 46 | 21 | 0 | 43 | 317 | 32 | 65 |
| Binary | 1101000 | 10001011 | 10100111 | 100110 | 10001 | 0 | 100011 | 11001111 | 11010 | 110101 |
Color Harmonies of #688BA7
Complementary color
Monochromatic Colors of #688BA7
Black with #688BA7
Text Example
Text Example
White with #688BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BA7; }
p { color: rgb(104,139,167); }
H1.HeaderClassName
{
color: #688BA7;
}
.AnyTagClassName
{
color: #688BA7;
}
</style>
background-color css
<style>
a { background-color: #688BA7; }
a { background-color: rgb(104,139,167); }
div.DivClassName
{
background-color: #688BA7;
}
.BgClassName
{
background-color: #688BA7;
}
</style>
border-color css
<style>
span { border-color: #688BA7; }
span { border-color: rgb(104,139,167); }
td.TdClassName
{
border-color: #688BA7;
}
.TagClassName
{
border-color: #688BA7;
}
</style>