Shades of Bermuda Grey #6F93AE
Tints of Bermuda Grey #6F93AE
RGB
CMYK
RGB Variations
Color information
#6F93AE (or 0x6F93AE) is known color: Bermuda Grey. HEX triplet: 6F, 93 and AE. RGB value is (111,147,174). Sum of RGB (Red+Green+Blue) = 111+147+174=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F93AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F93AE is #906C51. Grayscale: #8B8B8B. Windows color (decimal): -9464914 or 11441007. OLE color: 11441007.
HSL color Cylindrical-coordinate representation of color #6F93AE: hue angle of 205.71º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F93AE is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 147 | 174 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.32 |
| HSL | 205.71º | 0.28% | 0.56% | - |
| HSV(B) | 205.71º | 0.36% | 0.68% | - |
| XYZ | 24.63 | 27.3 | 44.02 | - |
| YUV | 139.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 174 | 0.36 | 0.16 | 0 | 0.32 | 205.71 | 0.28 | 0.56 |
| Hex | 6F | 93 | AE | 24 | 10 | 0 | 20 | CE | 1C | 38 |
| Octal | 157 | 223 | 256 | 44 | 20 | 0 | 40 | 316 | 34 | 70 |
| Binary | 1101111 | 10010011 | 10101110 | 100100 | 10000 | 0 | 100000 | 11001110 | 11100 | 111000 |
Color Harmonies of #6F93AE
Complementary color
Monochromatic Colors of #6F93AE
Black with #6F93AE
Text Example
Text Example
White with #6F93AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F93AE; }
p { color: rgb(111,147,174); }
H1.HeaderClassName
{
color: #6F93AE;
}
.AnyTagClassName
{
color: #6F93AE;
}
</style>
background-color css
<style>
a { background-color: #6F93AE; }
a { background-color: rgb(111,147,174); }
div.DivClassName
{
background-color: #6F93AE;
}
.BgClassName
{
background-color: #6F93AE;
}
</style>
border-color css
<style>
span { border-color: #6F93AE; }
span { border-color: rgb(111,147,174); }
td.TdClassName
{
border-color: #6F93AE;
}
.TagClassName
{
border-color: #6F93AE;
}
</style>