Shades of Bermuda Grey #6C90AA
Tints of Bermuda Grey #6C90AA
RGB
CMYK
RGB Variations
Color information
#6C90AA (or 0x6C90AA) is known color: Bermuda Grey. HEX triplet: 6C, 90 and AA. RGB value is (108,144,170). Sum of RGB (Red+Green+Blue) = 108+144+170=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C90AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C90AA is #936F55. Grayscale: #888888. Windows color (decimal): -9662294 or 11178092. OLE color: 11178092.
HSL color Cylindrical-coordinate representation of color #6C90AA: hue angle of 205.16º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C90AA is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 144 | 170 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.33 |
| HSL | 205.16º | 0.27% | 0.55% | - |
| HSV(B) | 205.16º | 0.36% | 0.67% | - |
| XYZ | 23.41 | 26.04 | 41.82 | - |
| YUV | 136.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 144 | 170 | 0.36 | 0.15 | 0 | 0.33 | 205.16 | 0.27 | 0.55 |
| Hex | 6C | 90 | AA | 24 | F | 0 | 21 | CD | 1B | 37 |
| Octal | 154 | 220 | 252 | 44 | 17 | 0 | 41 | 315 | 33 | 67 |
| Binary | 1101100 | 10010000 | 10101010 | 100100 | 1111 | 0 | 100001 | 11001101 | 11011 | 110111 |
Color Harmonies of #6C90AA
Complementary color
Monochromatic Colors of #6C90AA
Black with #6C90AA
Text Example
Text Example
White with #6C90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C90AA; }
p { color: rgb(108,144,170); }
H1.HeaderClassName
{
color: #6C90AA;
}
.AnyTagClassName
{
color: #6C90AA;
}
</style>
background-color css
<style>
a { background-color: #6C90AA; }
a { background-color: rgb(108,144,170); }
div.DivClassName
{
background-color: #6C90AA;
}
.BgClassName
{
background-color: #6C90AA;
}
</style>
border-color css
<style>
span { border-color: #6C90AA; }
span { border-color: rgb(108,144,170); }
td.TdClassName
{
border-color: #6C90AA;
}
.TagClassName
{
border-color: #6C90AA;
}
</style>