Shades of Bermuda Grey #6F8FAA
Tints of Bermuda Grey #6F8FAA
RGB
CMYK
RGB Variations
Color information
#6F8FAA (or 0x6F8FAA) is known color: Bermuda Grey. HEX triplet: 6F, 8F and AA. RGB value is (111,143,170). Sum of RGB (Red+Green+Blue) = 111+143+170=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F8FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8FAA is #907055. Grayscale: #888888. Windows color (decimal): -9465942 or 11177839. OLE color: 11177839.
HSL color Cylindrical-coordinate representation of color #6F8FAA: hue angle of 207.46º 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 #6F8FAA is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 143 | 170 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.33 |
| HSL | 207.46º | 0.26% | 0.55% | - |
| HSV(B) | 207.46º | 0.35% | 0.67% | - |
| XYZ | 23.63 | 25.93 | 41.79 | - |
| YUV | 136.51 | 146.9 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 170 | 0.35 | 0.16 | 0 | 0.33 | 207.46 | 0.26 | 0.55 |
| Hex | 6F | 8F | AA | 23 | 10 | 0 | 21 | CF | 1A | 37 |
| Octal | 157 | 217 | 252 | 43 | 20 | 0 | 41 | 317 | 32 | 67 |
| Binary | 1101111 | 10001111 | 10101010 | 100011 | 10000 | 0 | 100001 | 11001111 | 11010 | 110111 |
Color Harmonies of #6F8FAA
Complementary color
Monochromatic Colors of #6F8FAA
Black with #6F8FAA
Text Example
Text Example
White with #6F8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8FAA; }
p { color: rgb(111,143,170); }
H1.HeaderClassName
{
color: #6F8FAA;
}
.AnyTagClassName
{
color: #6F8FAA;
}
</style>
background-color css
<style>
a { background-color: #6F8FAA; }
a { background-color: rgb(111,143,170); }
div.DivClassName
{
background-color: #6F8FAA;
}
.BgClassName
{
background-color: #6F8FAA;
}
</style>
border-color css
<style>
span { border-color: #6F8FAA; }
span { border-color: rgb(111,143,170); }
td.TdClassName
{
border-color: #6F8FAA;
}
.TagClassName
{
border-color: #6F8FAA;
}
</style>