Shades of Bermuda Grey #688AA0
Tints of Bermuda Grey #688AA0
RGB
CMYK
RGB Variations
Color information
#688AA0 (or 0x688AA0) is known color: Bermuda Grey. HEX triplet: 68, 8A and A0. RGB value is (104,138,160). Sum of RGB (Red+Green+Blue) = 104+138+160=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 160 - color contains mainly: blue. Hex color #688AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688AA0 is #97755F. Grayscale: #828282. Windows color (decimal): -9925984 or 10521192. OLE color: 10521192.
HSL color Cylindrical-coordinate representation of color #688AA0: hue angle of 203.57º 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 #688AA0 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 138 | 160 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.37 |
| HSL | 203.57º | 0.23% | 0.52% | - |
| HSV(B) | 203.57º | 0.35% | 0.63% | - |
| XYZ | 21.14 | 23.66 | 36.71 | - |
| YUV | 130.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 160 | 0.35 | 0.14 | 0 | 0.37 | 203.57 | 0.23 | 0.52 |
| Hex | 68 | 8A | A0 | 23 | E | 0 | 25 | CC | 17 | 34 |
| Octal | 150 | 212 | 240 | 43 | 16 | 0 | 45 | 314 | 27 | 64 |
| Binary | 1101000 | 10001010 | 10100000 | 100011 | 1110 | 0 | 100101 | 11001100 | 10111 | 110100 |
Color Harmonies of #688AA0
Complementary color
Monochromatic Colors of #688AA0
Black with #688AA0
Text Example
Text Example
White with #688AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688AA0; }
p { color: rgb(104,138,160); }
H1.HeaderClassName
{
color: #688AA0;
}
.AnyTagClassName
{
color: #688AA0;
}
</style>
background-color css
<style>
a { background-color: #688AA0; }
a { background-color: rgb(104,138,160); }
div.DivClassName
{
background-color: #688AA0;
}
.BgClassName
{
background-color: #688AA0;
}
</style>
border-color css
<style>
span { border-color: #688AA0; }
span { border-color: rgb(104,138,160); }
td.TdClassName
{
border-color: #688AA0;
}
.TagClassName
{
border-color: #688AA0;
}
</style>