Shades of Bermuda Grey #6F8BAA
Tints of Bermuda Grey #6F8BAA
RGB
CMYK
RGB Variations
Color information
#6F8BAA (or 0x6F8BAA) is known color: Bermuda Grey. HEX triplet: 6F, 8B and AA. RGB value is (111,139,170). Sum of RGB (Red+Green+Blue) = 111+139+170=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F8BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8BAA is #907455. Grayscale: #868686. Windows color (decimal): -9466966 or 11176815. OLE color: 11176815.
HSL color Cylindrical-coordinate representation of color #6F8BAA: hue angle of 211.53º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F8BAA is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 139 | 170 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.33 |
| HSL | 211.53º | 0.26% | 0.55% | - |
| HSV(B) | 211.53º | 0.35% | 0.67% | - |
| XYZ | 23.04 | 24.75 | 41.59 | - |
| YUV | 134.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 139 | 170 | 0.35 | 0.18 | 0 | 0.33 | 211.53 | 0.26 | 0.55 |
| Hex | 6F | 8B | AA | 23 | 12 | 0 | 21 | D4 | 1A | 37 |
| Octal | 157 | 213 | 252 | 43 | 22 | 0 | 41 | 324 | 32 | 67 |
| Binary | 1101111 | 10001011 | 10101010 | 100011 | 10010 | 0 | 100001 | 11010100 | 11010 | 110111 |
Color Harmonies of #6F8BAA
Complementary color
Monochromatic Colors of #6F8BAA
Black with #6F8BAA
Text Example
Text Example
White with #6F8BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8BAA; }
p { color: rgb(111,139,170); }
H1.HeaderClassName
{
color: #6F8BAA;
}
.AnyTagClassName
{
color: #6F8BAA;
}
</style>
background-color css
<style>
a { background-color: #6F8BAA; }
a { background-color: rgb(111,139,170); }
div.DivClassName
{
background-color: #6F8BAA;
}
.BgClassName
{
background-color: #6F8BAA;
}
</style>
border-color css
<style>
span { border-color: #6F8BAA; }
span { border-color: rgb(111,139,170); }
td.TdClassName
{
border-color: #6F8BAA;
}
.TagClassName
{
border-color: #6F8BAA;
}
</style>