Shades of Bermuda Grey #688AA6
Tints of Bermuda Grey #688AA6
RGB
CMYK
RGB Variations
Color information
#688AA6 (or 0x688AA6) is known color: Bermuda Grey. HEX triplet: 68, 8A and A6. RGB value is (104,138,166). Sum of RGB (Red+Green+Blue) = 104+138+166=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 166 - color contains mainly: blue. Hex color #688AA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688AA6 is #977559. Grayscale: #828282. Windows color (decimal): -9925978 or 10914408. OLE color: 10914408.
HSL color Cylindrical-coordinate representation of color #688AA6: hue angle of 207.1º 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 #688AA6 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 138 | 166 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.35 |
| HSL | 207.1º | 0.26% | 0.53% | - |
| HSV(B) | 207.1º | 0.37% | 0.65% | - |
| XYZ | 21.68 | 23.87 | 39.54 | - |
| YUV | 131.03 | 147.74 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 166 | 0.37 | 0.17 | 0 | 0.35 | 207.1 | 0.26 | 0.53 |
| Hex | 68 | 8A | A6 | 25 | 11 | 0 | 23 | CF | 1A | 35 |
| Octal | 150 | 212 | 246 | 45 | 21 | 0 | 43 | 317 | 32 | 65 |
| Binary | 1101000 | 10001010 | 10100110 | 100101 | 10001 | 0 | 100011 | 11001111 | 11010 | 110101 |
Color Harmonies of #688AA6
Complementary color
Monochromatic Colors of #688AA6
Black with #688AA6
Text Example
Text Example
White with #688AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688AA6; }
p { color: rgb(104,138,166); }
H1.HeaderClassName
{
color: #688AA6;
}
.AnyTagClassName
{
color: #688AA6;
}
</style>
background-color css
<style>
a { background-color: #688AA6; }
a { background-color: rgb(104,138,166); }
div.DivClassName
{
background-color: #688AA6;
}
.BgClassName
{
background-color: #688AA6;
}
</style>
border-color css
<style>
span { border-color: #688AA6; }
span { border-color: rgb(104,138,166); }
td.TdClassName
{
border-color: #688AA6;
}
.TagClassName
{
border-color: #688AA6;
}
</style>