Shades of Bermuda Grey #688BA6
Tints of Bermuda Grey #688BA6
RGB
CMYK
RGB Variations
Color information
#688BA6 (or 0x688BA6) is known color: Bermuda Grey. HEX triplet: 68, 8B and A6. RGB value is (104,139,166). Sum of RGB (Red+Green+Blue) = 104+139+166=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 166 - color contains mainly: blue. Hex color #688BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BA6 is #977459. Grayscale: #838383. Windows color (decimal): -9925722 or 10914664. OLE color: 10914664.
HSL color Cylindrical-coordinate representation of color #688BA6: hue angle of 206.13º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #688BA6 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 139 | 166 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.35 |
| HSL | 206.13º | 0.26% | 0.53% | - |
| HSV(B) | 206.13º | 0.37% | 0.65% | - |
| XYZ | 21.82 | 24.16 | 39.59 | - |
| YUV | 131.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 166 | 0.37 | 0.16 | 0 | 0.35 | 206.13 | 0.26 | 0.53 |
| Hex | 68 | 8B | A6 | 25 | 10 | 0 | 23 | CE | 1A | 35 |
| Octal | 150 | 213 | 246 | 45 | 20 | 0 | 43 | 316 | 32 | 65 |
| Binary | 1101000 | 10001011 | 10100110 | 100101 | 10000 | 0 | 100011 | 11001110 | 11010 | 110101 |
Color Harmonies of #688BA6
Complementary color
Monochromatic Colors of #688BA6
Black with #688BA6
Text Example
Text Example
White with #688BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BA6; }
p { color: rgb(104,139,166); }
H1.HeaderClassName
{
color: #688BA6;
}
.AnyTagClassName
{
color: #688BA6;
}
</style>
background-color css
<style>
a { background-color: #688BA6; }
a { background-color: rgb(104,139,166); }
div.DivClassName
{
background-color: #688BA6;
}
.BgClassName
{
background-color: #688BA6;
}
</style>
border-color css
<style>
span { border-color: #688BA6; }
span { border-color: rgb(104,139,166); }
td.TdClassName
{
border-color: #688BA6;
}
.TagClassName
{
border-color: #688BA6;
}
</style>