Shades of Bermuda Grey #68899E
Tints of Bermuda Grey #68899E
RGB
CMYK
RGB Variations
Color information
#68899E (or 0x68899E) is known color: Bermuda Grey. HEX triplet: 68, 89 and 9E. RGB value is (104,137,158). Sum of RGB (Red+Green+Blue) = 104+137+158=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #68899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68899E is #977661. Grayscale: #818181. Windows color (decimal): -9926242 or 10389864. OLE color: 10389864.
HSL color Cylindrical-coordinate representation of color #68899E: hue angle of 203.33º 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 #68899E is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 137 | 158 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.38 |
| HSL | 203.33º | 0.22% | 0.51% | - |
| HSV(B) | 203.33º | 0.34% | 0.62% | - |
| XYZ | 20.83 | 23.3 | 35.75 | - |
| YUV | 129.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 158 | 0.34 | 0.13 | 0 | 0.38 | 203.33 | 0.22 | 0.51 |
| Hex | 68 | 89 | 9E | 22 | D | 0 | 26 | CB | 16 | 33 |
| Octal | 150 | 211 | 236 | 42 | 15 | 0 | 46 | 313 | 26 | 63 |
| Binary | 1101000 | 10001001 | 10011110 | 100010 | 1101 | 0 | 100110 | 11001011 | 10110 | 110011 |
Color Harmonies of #68899E
Complementary color
Monochromatic Colors of #68899E
Black with #68899E
Text Example
Text Example
White with #68899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68899E; }
p { color: rgb(104,137,158); }
H1.HeaderClassName
{
color: #68899E;
}
.AnyTagClassName
{
color: #68899E;
}
</style>
background-color css
<style>
a { background-color: #68899E; }
a { background-color: rgb(104,137,158); }
div.DivClassName
{
background-color: #68899E;
}
.BgClassName
{
background-color: #68899E;
}
</style>
border-color css
<style>
span { border-color: #68899E; }
span { border-color: rgb(104,137,158); }
td.TdClassName
{
border-color: #68899E;
}
.TagClassName
{
border-color: #68899E;
}
</style>