Shades of Bermuda Grey #6B8DAA
Tints of Bermuda Grey #6B8DAA
RGB
CMYK
RGB Variations
Color information
#6B8DAA (or 0x6B8DAA) is known color: Bermuda Grey. HEX triplet: 6B, 8D and AA. RGB value is (107,141,170). Sum of RGB (Red+Green+Blue) = 107+141+170=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B8DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8DAA is #947255. Grayscale: #858585. Windows color (decimal): -9728598 or 11177323. OLE color: 11177323.
HSL color Cylindrical-coordinate representation of color #6B8DAA: hue angle of 207.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B8DAA is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 141 | 170 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.33 |
| HSL | 207.62º | 0.27% | 0.54% | - |
| HSV(B) | 207.62º | 0.37% | 0.67% | - |
| XYZ | 22.84 | 25.08 | 41.67 | - |
| YUV | 134.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 170 | 0.37 | 0.17 | 0 | 0.33 | 207.62 | 0.27 | 0.54 |
| Hex | 6B | 8D | AA | 25 | 11 | 0 | 21 | D0 | 1B | 36 |
| Octal | 153 | 215 | 252 | 45 | 21 | 0 | 41 | 320 | 33 | 66 |
| Binary | 1101011 | 10001101 | 10101010 | 100101 | 10001 | 0 | 100001 | 11010000 | 11011 | 110110 |
Color Harmonies of #6B8DAA
Complementary color
Monochromatic Colors of #6B8DAA
Black with #6B8DAA
Text Example
Text Example
White with #6B8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8DAA; }
p { color: rgb(107,141,170); }
H1.HeaderClassName
{
color: #6B8DAA;
}
.AnyTagClassName
{
color: #6B8DAA;
}
</style>
background-color css
<style>
a { background-color: #6B8DAA; }
a { background-color: rgb(107,141,170); }
div.DivClassName
{
background-color: #6B8DAA;
}
.BgClassName
{
background-color: #6B8DAA;
}
</style>
border-color css
<style>
span { border-color: #6B8DAA; }
span { border-color: rgb(107,141,170); }
td.TdClassName
{
border-color: #6B8DAA;
}
.TagClassName
{
border-color: #6B8DAA;
}
</style>