Shades of Bermuda Grey #6F94AB
Tints of Bermuda Grey #6F94AB
RGB
CMYK
RGB Variations
Color information
#6F94AB (or 0x6F94AB) is known color: Bermuda Grey. HEX triplet: 6F, 94 and AB. RGB value is (111,148,171). Sum of RGB (Red+Green+Blue) = 111+148+171=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F94AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F94AB is #906B54. Grayscale: #8B8B8B. Windows color (decimal): -9464661 or 11244655. OLE color: 11244655.
HSL color Cylindrical-coordinate representation of color #6F94AB: hue angle of 203º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F94AB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 148 | 171 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.33 |
| HSL | 203º | 0.26% | 0.55% | - |
| HSV(B) | 203º | 0.35% | 0.67% | - |
| XYZ | 24.5 | 27.5 | 42.54 | - |
| YUV | 139.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 171 | 0.35 | 0.13 | 0 | 0.33 | 203 | 0.26 | 0.55 |
| Hex | 6F | 94 | AB | 23 | D | 0 | 21 | CB | 1A | 37 |
| Octal | 157 | 224 | 253 | 43 | 15 | 0 | 41 | 313 | 32 | 67 |
| Binary | 1101111 | 10010100 | 10101011 | 100011 | 1101 | 0 | 100001 | 11001011 | 11010 | 110111 |
Color Harmonies of #6F94AB
Complementary color
Monochromatic Colors of #6F94AB
Black with #6F94AB
Text Example
Text Example
White with #6F94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F94AB; }
p { color: rgb(111,148,171); }
H1.HeaderClassName
{
color: #6F94AB;
}
.AnyTagClassName
{
color: #6F94AB;
}
</style>
background-color css
<style>
a { background-color: #6F94AB; }
a { background-color: rgb(111,148,171); }
div.DivClassName
{
background-color: #6F94AB;
}
.BgClassName
{
background-color: #6F94AB;
}
</style>
border-color css
<style>
span { border-color: #6F94AB; }
span { border-color: rgb(111,148,171); }
td.TdClassName
{
border-color: #6F94AB;
}
.TagClassName
{
border-color: #6F94AB;
}
</style>