Shades of Bermuda Grey #6F8694
Tints of Bermuda Grey #6F8694
RGB
CMYK
RGB Variations
Color information
#6F8694 (or 0x6F8694) is known color: Bermuda Grey. HEX triplet: 6F, 86 and 94. RGB value is (111,134,148). Sum of RGB (Red+Green+Blue) = 111+134+148=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F8694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8694 is #90796B. Grayscale: #808080. Windows color (decimal): -9468268 or 9733743. OLE color: 9733743.
HSL color Cylindrical-coordinate representation of color #6F8694: hue angle of 202.7º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F8694 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 134 | 148 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.42 |
| HSL | 202.7º | 0.15% | 0.51% | - |
| HSV(B) | 202.7º | 0.25% | 0.58% | - |
| XYZ | 20.43 | 22.57 | 31.3 | - |
| YUV | 128.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 148 | 0.25 | 0.09 | 0 | 0.42 | 202.7 | 0.15 | 0.51 |
| Hex | 6F | 86 | 94 | 19 | 9 | 0 | 2A | CB | F | 33 |
| Octal | 157 | 206 | 224 | 31 | 11 | 0 | 52 | 313 | 17 | 63 |
| Binary | 1101111 | 10000110 | 10010100 | 11001 | 1001 | 0 | 101010 | 11001011 | 1111 | 110011 |
Color Harmonies of #6F8694
Complementary color
Monochromatic Colors of #6F8694
Black with #6F8694
Text Example
Text Example
White with #6F8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8694; }
p { color: rgb(111,134,148); }
H1.HeaderClassName
{
color: #6F8694;
}
.AnyTagClassName
{
color: #6F8694;
}
</style>
background-color css
<style>
a { background-color: #6F8694; }
a { background-color: rgb(111,134,148); }
div.DivClassName
{
background-color: #6F8694;
}
.BgClassName
{
background-color: #6F8694;
}
</style>
border-color css
<style>
span { border-color: #6F8694; }
span { border-color: rgb(111,134,148); }
td.TdClassName
{
border-color: #6F8694;
}
.TagClassName
{
border-color: #6F8694;
}
</style>