Shades of Bermuda Grey #6B8AA1
Tints of Bermuda Grey #6B8AA1
RGB
CMYK
RGB Variations
Color information
#6B8AA1 (or 0x6B8AA1) is known color: Bermuda Grey. HEX triplet: 6B, 8A and A1. RGB value is (107,138,161). Sum of RGB (Red+Green+Blue) = 107+138+161=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 161 - color contains mainly: blue. Hex color #6B8AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8AA1 is #94755E. Grayscale: #838383. Windows color (decimal): -9729375 or 10586731. OLE color: 10586731.
HSL color Cylindrical-coordinate representation of color #6B8AA1: hue angle of 205.56º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B8AA1 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 138 | 161 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.37 |
| HSL | 205.56º | 0.22% | 0.53% | - |
| HSV(B) | 205.56º | 0.34% | 0.63% | - |
| XYZ | 21.58 | 23.88 | 37.19 | - |
| YUV | 131.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 138 | 161 | 0.34 | 0.14 | 0 | 0.37 | 205.56 | 0.22 | 0.53 |
| Hex | 6B | 8A | A1 | 22 | E | 0 | 25 | CE | 16 | 35 |
| Octal | 153 | 212 | 241 | 42 | 16 | 0 | 45 | 316 | 26 | 65 |
| Binary | 1101011 | 10001010 | 10100001 | 100010 | 1110 | 0 | 100101 | 11001110 | 10110 | 110101 |
Color Harmonies of #6B8AA1
Complementary color
Monochromatic Colors of #6B8AA1
Black with #6B8AA1
Text Example
Text Example
White with #6B8AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8AA1; }
p { color: rgb(107,138,161); }
H1.HeaderClassName
{
color: #6B8AA1;
}
.AnyTagClassName
{
color: #6B8AA1;
}
</style>
background-color css
<style>
a { background-color: #6B8AA1; }
a { background-color: rgb(107,138,161); }
div.DivClassName
{
background-color: #6B8AA1;
}
.BgClassName
{
background-color: #6B8AA1;
}
</style>
border-color css
<style>
span { border-color: #6B8AA1; }
span { border-color: rgb(107,138,161); }
td.TdClassName
{
border-color: #6B8AA1;
}
.TagClassName
{
border-color: #6B8AA1;
}
</style>