Shades of Bermuda Grey #6F8FAC
Tints of Bermuda Grey #6F8FAC
RGB
CMYK
RGB Variations
Color information
#6F8FAC (or 0x6F8FAC) is known color: Bermuda Grey. HEX triplet: 6F, 8F and AC. RGB value is (111,143,172). Sum of RGB (Red+Green+Blue) = 111+143+172=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F8FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8FAC is #907053. Grayscale: #888888. Windows color (decimal): -9465940 or 11308911. OLE color: 11308911.
HSL color Cylindrical-coordinate representation of color #6F8FAC: hue angle of 208.52º degrees, saturation: 0.27, 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 #6F8FAC is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 143 | 172 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.33 |
| HSL | 208.52º | 0.27% | 0.55% | - |
| HSV(B) | 208.52º | 0.35% | 0.67% | - |
| XYZ | 23.82 | 26 | 42.79 | - |
| YUV | 136.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 172 | 0.35 | 0.17 | 0 | 0.33 | 208.52 | 0.27 | 0.55 |
| Hex | 6F | 8F | AC | 23 | 11 | 0 | 21 | D1 | 1B | 37 |
| Octal | 157 | 217 | 254 | 43 | 21 | 0 | 41 | 321 | 33 | 67 |
| Binary | 1101111 | 10001111 | 10101100 | 100011 | 10001 | 0 | 100001 | 11010001 | 11011 | 110111 |
Color Harmonies of #6F8FAC
Complementary color
Monochromatic Colors of #6F8FAC
Black with #6F8FAC
Text Example
Text Example
White with #6F8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8FAC; }
p { color: rgb(111,143,172); }
H1.HeaderClassName
{
color: #6F8FAC;
}
.AnyTagClassName
{
color: #6F8FAC;
}
</style>
background-color css
<style>
a { background-color: #6F8FAC; }
a { background-color: rgb(111,143,172); }
div.DivClassName
{
background-color: #6F8FAC;
}
.BgClassName
{
background-color: #6F8FAC;
}
</style>
border-color css
<style>
span { border-color: #6F8FAC; }
span { border-color: rgb(111,143,172); }
td.TdClassName
{
border-color: #6F8FAC;
}
.TagClassName
{
border-color: #6F8FAC;
}
</style>