Shades of Bermuda Grey #6B91AE
Tints of Bermuda Grey #6B91AE
RGB
CMYK
RGB Variations
Color information
#6B91AE (or 0x6B91AE) is known color: Bermuda Grey. HEX triplet: 6B, 91 and AE. RGB value is (107,145,174). Sum of RGB (Red+Green+Blue) = 107+145+174=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 145 (57.03% from 255 or 34.04% 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 #6B91AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B91AE is #946E51. Grayscale: #888888. Windows color (decimal): -9727570 or 11440491. OLE color: 11440491.
HSL color Cylindrical-coordinate representation of color #6B91AE: hue angle of 205.97º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B91AE is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 145 | 174 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.32 |
| HSL | 205.97º | 0.29% | 0.55% | - |
| HSV(B) | 205.97º | 0.39% | 0.68% | - |
| XYZ | 23.83 | 26.43 | 43.89 | - |
| YUV | 136.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 174 | 0.39 | 0.17 | 0 | 0.32 | 205.97 | 0.29 | 0.55 |
| Hex | 6B | 91 | AE | 27 | 11 | 0 | 20 | CE | 1D | 37 |
| Octal | 153 | 221 | 256 | 47 | 21 | 0 | 40 | 316 | 35 | 67 |
| Binary | 1101011 | 10010001 | 10101110 | 100111 | 10001 | 0 | 100000 | 11001110 | 11101 | 110111 |
Color Harmonies of #6B91AE
Complementary color
Monochromatic Colors of #6B91AE
Black with #6B91AE
Text Example
Text Example
White with #6B91AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B91AE; }
p { color: rgb(107,145,174); }
H1.HeaderClassName
{
color: #6B91AE;
}
.AnyTagClassName
{
color: #6B91AE;
}
</style>
background-color css
<style>
a { background-color: #6B91AE; }
a { background-color: rgb(107,145,174); }
div.DivClassName
{
background-color: #6B91AE;
}
.BgClassName
{
background-color: #6B91AE;
}
</style>
border-color css
<style>
span { border-color: #6B91AE; }
span { border-color: rgb(107,145,174); }
td.TdClassName
{
border-color: #6B91AE;
}
.TagClassName
{
border-color: #6B91AE;
}
</style>