Shades of Bermuda Grey #68919F
Tints of Bermuda Grey #68919F
RGB
CMYK
RGB Variations
Color information
#68919F (or 0x68919F) is known color: Bermuda Grey. HEX triplet: 68, 91 and 9F. RGB value is (104,145,159). Sum of RGB (Red+Green+Blue) = 104+145+159=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #68919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68919F is #976E60. Grayscale: #868686. Windows color (decimal): -9924193 or 10457448. OLE color: 10457448.
HSL color Cylindrical-coordinate representation of color #68919F: hue angle of 195.27º 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 #68919F is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 145 | 159 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.38 |
| HSL | 195.27º | 0.22% | 0.52% | - |
| HSV(B) | 195.27º | 0.35% | 0.62% | - |
| XYZ | 22.09 | 25.7 | 36.6 | - |
| YUV | 134.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 159 | 0.35 | 0.09 | 0 | 0.38 | 195.27 | 0.22 | 0.52 |
| Hex | 68 | 91 | 9F | 23 | 9 | 0 | 26 | C3 | 16 | 34 |
| Octal | 150 | 221 | 237 | 43 | 11 | 0 | 46 | 303 | 26 | 64 |
| Binary | 1101000 | 10010001 | 10011111 | 100011 | 1001 | 0 | 100110 | 11000011 | 10110 | 110100 |
Color Harmonies of #68919F
Complementary color
Monochromatic Colors of #68919F
Black with #68919F
Text Example
Text Example
White with #68919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68919F; }
p { color: rgb(104,145,159); }
H1.HeaderClassName
{
color: #68919F;
}
.AnyTagClassName
{
color: #68919F;
}
</style>
background-color css
<style>
a { background-color: #68919F; }
a { background-color: rgb(104,145,159); }
div.DivClassName
{
background-color: #68919F;
}
.BgClassName
{
background-color: #68919F;
}
</style>
border-color css
<style>
span { border-color: #68919F; }
span { border-color: rgb(104,145,159); }
td.TdClassName
{
border-color: #68919F;
}
.TagClassName
{
border-color: #68919F;
}
</style>