Shades of Bermuda Grey #6B94AB
Tints of Bermuda Grey #6B94AB
RGB
CMYK
RGB Variations
Color information
#6B94AB (or 0x6B94AB) is known color: Bermuda Grey. HEX triplet: 6B, 94 and AB. RGB value is (107,148,171). Sum of RGB (Red+Green+Blue) = 107+148+171=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B94AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B94AB is #946B54. Grayscale: #8A8A8A. Windows color (decimal): -9726805 or 11244651. OLE color: 11244651.
HSL color Cylindrical-coordinate representation of color #6B94AB: hue angle of 201.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B94AB is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 148 | 171 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.33 |
| HSL | 201.56º | 0.28% | 0.55% | - |
| HSV(B) | 201.56º | 0.37% | 0.67% | - |
| XYZ | 24 | 27.25 | 42.52 | - |
| YUV | 138.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 171 | 0.37 | 0.13 | 0 | 0.33 | 201.56 | 0.28 | 0.55 |
| Hex | 6B | 94 | AB | 25 | D | 0 | 21 | CA | 1C | 37 |
| Octal | 153 | 224 | 253 | 45 | 15 | 0 | 41 | 312 | 34 | 67 |
| Binary | 1101011 | 10010100 | 10101011 | 100101 | 1101 | 0 | 100001 | 11001010 | 11100 | 110111 |
Color Harmonies of #6B94AB
Complementary color
Monochromatic Colors of #6B94AB
Black with #6B94AB
Text Example
Text Example
White with #6B94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B94AB; }
p { color: rgb(107,148,171); }
H1.HeaderClassName
{
color: #6B94AB;
}
.AnyTagClassName
{
color: #6B94AB;
}
</style>
background-color css
<style>
a { background-color: #6B94AB; }
a { background-color: rgb(107,148,171); }
div.DivClassName
{
background-color: #6B94AB;
}
.BgClassName
{
background-color: #6B94AB;
}
</style>
border-color css
<style>
span { border-color: #6B94AB; }
span { border-color: rgb(107,148,171); }
td.TdClassName
{
border-color: #6B94AB;
}
.TagClassName
{
border-color: #6B94AB;
}
</style>