Shades of Bermuda Grey #6F8DA4
Tints of Bermuda Grey #6F8DA4
RGB
CMYK
RGB Variations
Color information
#6F8DA4 (or 0x6F8DA4) is known color: Bermuda Grey. HEX triplet: 6F, 8D and A4. RGB value is (111,141,164). Sum of RGB (Red+Green+Blue) = 111+141+164=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F8DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8DA4 is #90725B. Grayscale: #868686. Windows color (decimal): -9466460 or 10784111. OLE color: 10784111.
HSL color Cylindrical-coordinate representation of color #6F8DA4: hue angle of 206.04º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F8DA4 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 141 | 164 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.36 |
| HSL | 206.04º | 0.23% | 0.54% | - |
| HSV(B) | 206.04º | 0.32% | 0.64% | - |
| XYZ | 22.78 | 25.11 | 38.77 | - |
| YUV | 134.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 164 | 0.32 | 0.14 | 0 | 0.36 | 206.04 | 0.23 | 0.54 |
| Hex | 6F | 8D | A4 | 20 | E | 0 | 24 | CE | 17 | 36 |
| Octal | 157 | 215 | 244 | 40 | 16 | 0 | 44 | 316 | 27 | 66 |
| Binary | 1101111 | 10001101 | 10100100 | 100000 | 1110 | 0 | 100100 | 11001110 | 10111 | 110110 |
Color Harmonies of #6F8DA4
Complementary color
Monochromatic Colors of #6F8DA4
Black with #6F8DA4
Text Example
Text Example
White with #6F8DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8DA4; }
p { color: rgb(111,141,164); }
H1.HeaderClassName
{
color: #6F8DA4;
}
.AnyTagClassName
{
color: #6F8DA4;
}
</style>
background-color css
<style>
a { background-color: #6F8DA4; }
a { background-color: rgb(111,141,164); }
div.DivClassName
{
background-color: #6F8DA4;
}
.BgClassName
{
background-color: #6F8DA4;
}
</style>
border-color css
<style>
span { border-color: #6F8DA4; }
span { border-color: rgb(111,141,164); }
td.TdClassName
{
border-color: #6F8DA4;
}
.TagClassName
{
border-color: #6F8DA4;
}
</style>