Shades of Bermuda Grey #6C89A1
Tints of Bermuda Grey #6C89A1
RGB
CMYK
RGB Variations
Color information
#6C89A1 (or 0x6C89A1) is known color: Bermuda Grey. HEX triplet: 6C, 89 and A1. RGB value is (108,137,161). Sum of RGB (Red+Green+Blue) = 108+137+161=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 137 (53.91% from 255 or 33.74% 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 #6C89A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C89A1 is #93765E. Grayscale: #828282. Windows color (decimal): -9664095 or 10586476. OLE color: 10586476.
HSL color Cylindrical-coordinate representation of color #6C89A1: hue angle of 207.17º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C89A1 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 137 | 161 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.37 |
| HSL | 207.17º | 0.22% | 0.53% | - |
| HSV(B) | 207.17º | 0.33% | 0.63% | - |
| XYZ | 21.56 | 23.65 | 37.15 | - |
| YUV | 131.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 161 | 0.33 | 0.15 | 0 | 0.37 | 207.17 | 0.22 | 0.53 |
| Hex | 6C | 89 | A1 | 21 | F | 0 | 25 | CF | 16 | 35 |
| Octal | 154 | 211 | 241 | 41 | 17 | 0 | 45 | 317 | 26 | 65 |
| Binary | 1101100 | 10001001 | 10100001 | 100001 | 1111 | 0 | 100101 | 11001111 | 10110 | 110101 |
Color Harmonies of #6C89A1
Complementary color
Monochromatic Colors of #6C89A1
Black with #6C89A1
Text Example
Text Example
White with #6C89A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C89A1; }
p { color: rgb(108,137,161); }
H1.HeaderClassName
{
color: #6C89A1;
}
.AnyTagClassName
{
color: #6C89A1;
}
</style>
background-color css
<style>
a { background-color: #6C89A1; }
a { background-color: rgb(108,137,161); }
div.DivClassName
{
background-color: #6C89A1;
}
.BgClassName
{
background-color: #6C89A1;
}
</style>
border-color css
<style>
span { border-color: #6C89A1; }
span { border-color: rgb(108,137,161); }
td.TdClassName
{
border-color: #6C89A1;
}
.TagClassName
{
border-color: #6C89A1;
}
</style>