Shades of Bermuda Grey #688799
Tints of Bermuda Grey #688799
RGB
CMYK
RGB Variations
Color information
#688799 (or 0x688799) is known color: Bermuda Grey. HEX triplet: 68, 87 and 99. RGB value is (104,135,153). Sum of RGB (Red+Green+Blue) = 104+135+153=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #688799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688799 is #977866. Grayscale: #7F7F7F. Windows color (decimal): -9926759 or 10061672. OLE color: 10061672.
HSL color Cylindrical-coordinate representation of color #688799: hue angle of 202.04º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #688799 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 135 | 153 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.4 |
| HSL | 202.04º | 0.19% | 0.5% | - |
| HSV(B) | 202.04º | 0.32% | 0.6% | - |
| XYZ | 20.12 | 22.57 | 33.43 | - |
| YUV | 127.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 153 | 0.32 | 0.12 | 0 | 0.4 | 202.04 | 0.19 | 0.5 |
| Hex | 68 | 87 | 99 | 20 | C | 0 | 28 | CA | 13 | 32 |
| Octal | 150 | 207 | 231 | 40 | 14 | 0 | 50 | 312 | 23 | 62 |
| Binary | 1101000 | 10000111 | 10011001 | 100000 | 1100 | 0 | 101000 | 11001010 | 10011 | 110010 |
Color Harmonies of #688799
Complementary color
Monochromatic Colors of #688799
Black with #688799
Text Example
Text Example
White with #688799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688799; }
p { color: rgb(104,135,153); }
H1.HeaderClassName
{
color: #688799;
}
.AnyTagClassName
{
color: #688799;
}
</style>
background-color css
<style>
a { background-color: #688799; }
a { background-color: rgb(104,135,153); }
div.DivClassName
{
background-color: #688799;
}
.BgClassName
{
background-color: #688799;
}
</style>
border-color css
<style>
span { border-color: #688799; }
span { border-color: rgb(104,135,153); }
td.TdClassName
{
border-color: #688799;
}
.TagClassName
{
border-color: #688799;
}
</style>