Shades of Bermuda Grey #68909F
Tints of Bermuda Grey #68909F
RGB
CMYK
RGB Variations
Color information
#68909F (or 0x68909F) is known color: Bermuda Grey. HEX triplet: 68, 90 and 9F. RGB value is (104,144,159). Sum of RGB (Red+Green+Blue) = 104+144+159=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #68909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68909F is #976F60. Grayscale: #858585. Windows color (decimal): -9924449 or 10457192. OLE color: 10457192.
HSL color Cylindrical-coordinate representation of color #68909F: hue angle of 196.36º 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 #68909F is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 144 | 159 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.38 |
| HSL | 196.36º | 0.22% | 0.52% | - |
| HSV(B) | 196.36º | 0.35% | 0.62% | - |
| XYZ | 21.94 | 25.39 | 36.55 | - |
| YUV | 133.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 159 | 0.35 | 0.09 | 0 | 0.38 | 196.36 | 0.22 | 0.52 |
| Hex | 68 | 90 | 9F | 23 | 9 | 0 | 26 | C4 | 16 | 34 |
| Octal | 150 | 220 | 237 | 43 | 11 | 0 | 46 | 304 | 26 | 64 |
| Binary | 1101000 | 10010000 | 10011111 | 100011 | 1001 | 0 | 100110 | 11000100 | 10110 | 110100 |
Color Harmonies of #68909F
Complementary color
Monochromatic Colors of #68909F
Black with #68909F
Text Example
Text Example
White with #68909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68909F; }
p { color: rgb(104,144,159); }
H1.HeaderClassName
{
color: #68909F;
}
.AnyTagClassName
{
color: #68909F;
}
</style>
background-color css
<style>
a { background-color: #68909F; }
a { background-color: rgb(104,144,159); }
div.DivClassName
{
background-color: #68909F;
}
.BgClassName
{
background-color: #68909F;
}
</style>
border-color css
<style>
span { border-color: #68909F; }
span { border-color: rgb(104,144,159); }
td.TdClassName
{
border-color: #68909F;
}
.TagClassName
{
border-color: #68909F;
}
</style>