Shades of Bermuda Grey #68889F
Tints of Bermuda Grey #68889F
RGB
CMYK
RGB Variations
Color information
#68889F (or 0x68889F) is known color: Bermuda Grey. HEX triplet: 68, 88 and 9F. RGB value is (104,136,159). Sum of RGB (Red+Green+Blue) = 104+136+159=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #68889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68889F is #977760. Grayscale: #808080. Windows color (decimal): -9926497 or 10455144. OLE color: 10455144.
HSL color Cylindrical-coordinate representation of color #68889F: hue angle of 205.09º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68889F is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 136 | 159 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.38 |
| HSL | 205.09º | 0.22% | 0.52% | - |
| HSV(B) | 205.09º | 0.35% | 0.62% | - |
| XYZ | 20.77 | 23.05 | 36.16 | - |
| YUV | 129.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 159 | 0.35 | 0.14 | 0 | 0.38 | 205.09 | 0.22 | 0.52 |
| Hex | 68 | 88 | 9F | 23 | E | 0 | 26 | CD | 16 | 34 |
| Octal | 150 | 210 | 237 | 43 | 16 | 0 | 46 | 315 | 26 | 64 |
| Binary | 1101000 | 10001000 | 10011111 | 100011 | 1110 | 0 | 100110 | 11001101 | 10110 | 110100 |
Color Harmonies of #68889F
Complementary color
Monochromatic Colors of #68889F
Black with #68889F
Text Example
Text Example
White with #68889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68889F; }
p { color: rgb(104,136,159); }
H1.HeaderClassName
{
color: #68889F;
}
.AnyTagClassName
{
color: #68889F;
}
</style>
background-color css
<style>
a { background-color: #68889F; }
a { background-color: rgb(104,136,159); }
div.DivClassName
{
background-color: #68889F;
}
.BgClassName
{
background-color: #68889F;
}
</style>
border-color css
<style>
span { border-color: #68889F; }
span { border-color: rgb(104,136,159); }
td.TdClassName
{
border-color: #68889F;
}
.TagClassName
{
border-color: #68889F;
}
</style>