Shades of Bermuda Grey #68889E
Tints of Bermuda Grey #68889E
RGB
CMYK
RGB Variations
Color information
#68889E (or 0x68889E) is known color: Bermuda Grey. HEX triplet: 68, 88 and 9E. RGB value is (104,136,158). Sum of RGB (Red+Green+Blue) = 104+136+158=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #68889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68889E is #977761. Grayscale: #808080. Windows color (decimal): -9926498 or 10389608. OLE color: 10389608.
HSL color Cylindrical-coordinate representation of color #68889E: hue angle of 204.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68889E is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 136 | 158 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.38 |
| HSL | 204.44º | 0.22% | 0.51% | - |
| HSV(B) | 204.44º | 0.34% | 0.62% | - |
| XYZ | 20.68 | 23.02 | 35.7 | - |
| YUV | 128.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 158 | 0.34 | 0.14 | 0 | 0.38 | 204.44 | 0.22 | 0.51 |
| Hex | 68 | 88 | 9E | 22 | E | 0 | 26 | CC | 16 | 33 |
| Octal | 150 | 210 | 236 | 42 | 16 | 0 | 46 | 314 | 26 | 63 |
| Binary | 1101000 | 10001000 | 10011110 | 100010 | 1110 | 0 | 100110 | 11001100 | 10110 | 110011 |
Color Harmonies of #68889E
Complementary color
Monochromatic Colors of #68889E
Black with #68889E
Text Example
Text Example
White with #68889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68889E; }
p { color: rgb(104,136,158); }
H1.HeaderClassName
{
color: #68889E;
}
.AnyTagClassName
{
color: #68889E;
}
</style>
background-color css
<style>
a { background-color: #68889E; }
a { background-color: rgb(104,136,158); }
div.DivClassName
{
background-color: #68889E;
}
.BgClassName
{
background-color: #68889E;
}
</style>
border-color css
<style>
span { border-color: #68889E; }
span { border-color: rgb(104,136,158); }
td.TdClassName
{
border-color: #68889E;
}
.TagClassName
{
border-color: #68889E;
}
</style>