Shades of Bermuda Grey #68899F
Tints of Bermuda Grey #68899F
RGB
CMYK
RGB Variations
Color information
#68899F (or 0x68899F) is known color: Bermuda Grey. HEX triplet: 68, 89 and 9F. RGB value is (104,137,159). Sum of RGB (Red+Green+Blue) = 104+137+159=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #68899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68899F is #977660. Grayscale: #818181. Windows color (decimal): -9926241 or 10455400. OLE color: 10455400.
HSL color Cylindrical-coordinate representation of color #68899F: hue angle of 204º 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 #68899F is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 137 | 159 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.38 |
| HSL | 204º | 0.22% | 0.52% | - |
| HSV(B) | 204º | 0.35% | 0.62% | - |
| XYZ | 20.91 | 23.34 | 36.2 | - |
| YUV | 129.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 159 | 0.35 | 0.14 | 0 | 0.38 | 204 | 0.22 | 0.52 |
| Hex | 68 | 89 | 9F | 23 | E | 0 | 26 | CC | 16 | 34 |
| Octal | 150 | 211 | 237 | 43 | 16 | 0 | 46 | 314 | 26 | 64 |
| Binary | 1101000 | 10001001 | 10011111 | 100011 | 1110 | 0 | 100110 | 11001100 | 10110 | 110100 |
Color Harmonies of #68899F
Complementary color
Monochromatic Colors of #68899F
Black with #68899F
Text Example
Text Example
White with #68899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68899F; }
p { color: rgb(104,137,159); }
H1.HeaderClassName
{
color: #68899F;
}
.AnyTagClassName
{
color: #68899F;
}
</style>
background-color css
<style>
a { background-color: #68899F; }
a { background-color: rgb(104,137,159); }
div.DivClassName
{
background-color: #68899F;
}
.BgClassName
{
background-color: #68899F;
}
</style>
border-color css
<style>
span { border-color: #68899F; }
span { border-color: rgb(104,137,159); }
td.TdClassName
{
border-color: #68899F;
}
.TagClassName
{
border-color: #68899F;
}
</style>