Shades of Bermuda Grey #6C90AE
Tints of Bermuda Grey #6C90AE
RGB
CMYK
RGB Variations
Color information
#6C90AE (or 0x6C90AE) is known color: Bermuda Grey. HEX triplet: 6C, 90 and AE. RGB value is (108,144,174). Sum of RGB (Red+Green+Blue) = 108+144+174=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C90AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C90AE is #936F51. Grayscale: #888888. Windows color (decimal): -9662290 or 11440236. OLE color: 11440236.
HSL color Cylindrical-coordinate representation of color #6C90AE: hue angle of 207.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C90AE is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 144 | 174 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.32 |
| HSL | 207.27º | 0.29% | 0.55% | - |
| HSV(B) | 207.27º | 0.38% | 0.68% | - |
| XYZ | 23.8 | 26.19 | 43.85 | - |
| YUV | 136.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 144 | 174 | 0.38 | 0.17 | 0 | 0.32 | 207.27 | 0.29 | 0.55 |
| Hex | 6C | 90 | AE | 26 | 11 | 0 | 20 | CF | 1D | 37 |
| Octal | 154 | 220 | 256 | 46 | 21 | 0 | 40 | 317 | 35 | 67 |
| Binary | 1101100 | 10010000 | 10101110 | 100110 | 10001 | 0 | 100000 | 11001111 | 11101 | 110111 |
Color Harmonies of #6C90AE
Complementary color
Monochromatic Colors of #6C90AE
Black with #6C90AE
Text Example
Text Example
White with #6C90AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C90AE; }
p { color: rgb(108,144,174); }
H1.HeaderClassName
{
color: #6C90AE;
}
.AnyTagClassName
{
color: #6C90AE;
}
</style>
background-color css
<style>
a { background-color: #6C90AE; }
a { background-color: rgb(108,144,174); }
div.DivClassName
{
background-color: #6C90AE;
}
.BgClassName
{
background-color: #6C90AE;
}
</style>
border-color css
<style>
span { border-color: #6C90AE; }
span { border-color: rgb(108,144,174); }
td.TdClassName
{
border-color: #6C90AE;
}
.TagClassName
{
border-color: #6C90AE;
}
</style>