Shades of Bermuda Grey #6F919E
Tints of Bermuda Grey #6F919E
RGB
CMYK
RGB Variations
Color information
#6F919E (or 0x6F919E) is known color: Bermuda Grey. HEX triplet: 6F, 91 and 9E. RGB value is (111,145,158). Sum of RGB (Red+Green+Blue) = 111+145+158=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F919E is #906E61. Grayscale: #888888. Windows color (decimal): -9465442 or 10391919. OLE color: 10391919.
HSL color Cylindrical-coordinate representation of color #6F919E: hue angle of 196.6º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F919E is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 145 | 158 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.38 |
| HSL | 196.6º | 0.2% | 0.53% | - |
| HSV(B) | 196.6º | 0.3% | 0.62% | - |
| XYZ | 22.85 | 26.1 | 36.18 | - |
| YUV | 136.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 158 | 0.30 | 0.08 | 0 | 0.38 | 196.6 | 0.2 | 0.53 |
| Hex | 6F | 91 | 9E | 1E | 8 | 0 | 26 | C5 | 14 | 35 |
| Octal | 157 | 221 | 236 | 36 | 10 | 0 | 46 | 305 | 24 | 65 |
| Binary | 1101111 | 10010001 | 10011110 | 11110 | 1000 | 0 | 100110 | 11000101 | 10100 | 110101 |
Color Harmonies of #6F919E
Complementary color
Monochromatic Colors of #6F919E
Black with #6F919E
Text Example
Text Example
White with #6F919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F919E; }
p { color: rgb(111,145,158); }
H1.HeaderClassName
{
color: #6F919E;
}
.AnyTagClassName
{
color: #6F919E;
}
</style>
background-color css
<style>
a { background-color: #6F919E; }
a { background-color: rgb(111,145,158); }
div.DivClassName
{
background-color: #6F919E;
}
.BgClassName
{
background-color: #6F919E;
}
</style>
border-color css
<style>
span { border-color: #6F919E; }
span { border-color: rgb(111,145,158); }
td.TdClassName
{
border-color: #6F919E;
}
.TagClassName
{
border-color: #6F919E;
}
</style>