Shades of Bermuda Grey #688698
Tints of Bermuda Grey #688698
RGB
CMYK
RGB Variations
Color information
#688698 (or 0x688698) is known color: Bermuda Grey. HEX triplet: 68, 86 and 98. RGB value is (104,134,152). Sum of RGB (Red+Green+Blue) = 104+134+152=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #688698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688698 is #977967. Grayscale: #7E7E7E. Windows color (decimal): -9927016 or 9995880. OLE color: 9995880.
HSL color Cylindrical-coordinate representation of color #688698: hue angle of 202.5º 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 #688698 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 134 | 152 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.40 |
| HSL | 202.5º | 0.19% | 0.5% | - |
| HSV(B) | 202.5º | 0.32% | 0.6% | - |
| XYZ | 19.9 | 22.26 | 32.95 | - |
| YUV | 127.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 152 | 0.32 | 0.12 | 0 | 0.40 | 202.5 | 0.19 | 0.5 |
| Hex | 68 | 86 | 98 | 20 | C | 0 | 28 | CA | 13 | 32 |
| Octal | 150 | 206 | 230 | 40 | 14 | 0 | 50 | 312 | 23 | 62 |
| Binary | 1101000 | 10000110 | 10011000 | 100000 | 1100 | 0 | 101000 | 11001010 | 10011 | 110010 |
Color Harmonies of #688698
Complementary color
Monochromatic Colors of #688698
Black with #688698
Text Example
Text Example
White with #688698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688698; }
p { color: rgb(104,134,152); }
H1.HeaderClassName
{
color: #688698;
}
.AnyTagClassName
{
color: #688698;
}
</style>
background-color css
<style>
a { background-color: #688698; }
a { background-color: rgb(104,134,152); }
div.DivClassName
{
background-color: #688698;
}
.BgClassName
{
background-color: #688698;
}
</style>
border-color css
<style>
span { border-color: #688698; }
span { border-color: rgb(104,134,152); }
td.TdClassName
{
border-color: #688698;
}
.TagClassName
{
border-color: #688698;
}
</style>