Shades of Bermuda Grey #688AA5
Tints of Bermuda Grey #688AA5
RGB
CMYK
RGB Variations
Color information
#688AA5 (or 0x688AA5) is known color: Bermuda Grey. HEX triplet: 68, 8A and A5. RGB value is (104,138,165). Sum of RGB (Red+Green+Blue) = 104+138+165=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: blue. Hex color #688AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688AA5 is #97755A. Grayscale: #828282. Windows color (decimal): -9925979 or 10848872. OLE color: 10848872.
HSL color Cylindrical-coordinate representation of color #688AA5: hue angle of 206.56º degrees, saturation: 0.25, 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 #688AA5 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 138 | 165 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.35 |
| HSL | 206.56º | 0.25% | 0.53% | - |
| HSV(B) | 206.56º | 0.37% | 0.65% | - |
| XYZ | 21.59 | 23.84 | 39.06 | - |
| YUV | 130.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 165 | 0.37 | 0.16 | 0 | 0.35 | 206.56 | 0.25 | 0.53 |
| Hex | 68 | 8A | A5 | 25 | 10 | 0 | 23 | CF | 19 | 35 |
| Octal | 150 | 212 | 245 | 45 | 20 | 0 | 43 | 317 | 31 | 65 |
| Binary | 1101000 | 10001010 | 10100101 | 100101 | 10000 | 0 | 100011 | 11001111 | 11001 | 110101 |
Color Harmonies of #688AA5
Complementary color
Monochromatic Colors of #688AA5
Black with #688AA5
Text Example
Text Example
White with #688AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688AA5; }
p { color: rgb(104,138,165); }
H1.HeaderClassName
{
color: #688AA5;
}
.AnyTagClassName
{
color: #688AA5;
}
</style>
background-color css
<style>
a { background-color: #688AA5; }
a { background-color: rgb(104,138,165); }
div.DivClassName
{
background-color: #688AA5;
}
.BgClassName
{
background-color: #688AA5;
}
</style>
border-color css
<style>
span { border-color: #688AA5; }
span { border-color: rgb(104,138,165); }
td.TdClassName
{
border-color: #688AA5;
}
.TagClassName
{
border-color: #688AA5;
}
</style>