Shades of Bermuda Grey #6B92AB
Tints of Bermuda Grey #6B92AB
RGB
CMYK
RGB Variations
Color information
#6B92AB (or 0x6B92AB) is known color: Bermuda Grey. HEX triplet: 6B, 92 and AB. RGB value is (107,146,171). Sum of RGB (Red+Green+Blue) = 107+146+171=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B92AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B92AB is #946D54. Grayscale: #898989. Windows color (decimal): -9727317 or 11244139. OLE color: 11244139.
HSL color Cylindrical-coordinate representation of color #6B92AB: hue angle of 203.44º 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 #6B92AB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 146 | 171 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.33 |
| HSL | 203.44º | 0.28% | 0.55% | - |
| HSV(B) | 203.44º | 0.37% | 0.67% | - |
| XYZ | 23.69 | 26.62 | 42.42 | - |
| YUV | 137.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 171 | 0.37 | 0.15 | 0 | 0.33 | 203.44 | 0.28 | 0.55 |
| Hex | 6B | 92 | AB | 25 | F | 0 | 21 | CB | 1C | 37 |
| Octal | 153 | 222 | 253 | 45 | 17 | 0 | 41 | 313 | 34 | 67 |
| Binary | 1101011 | 10010010 | 10101011 | 100101 | 1111 | 0 | 100001 | 11001011 | 11100 | 110111 |
Color Harmonies of #6B92AB
Complementary color
Monochromatic Colors of #6B92AB
Black with #6B92AB
Text Example
Text Example
White with #6B92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B92AB; }
p { color: rgb(107,146,171); }
H1.HeaderClassName
{
color: #6B92AB;
}
.AnyTagClassName
{
color: #6B92AB;
}
</style>
background-color css
<style>
a { background-color: #6B92AB; }
a { background-color: rgb(107,146,171); }
div.DivClassName
{
background-color: #6B92AB;
}
.BgClassName
{
background-color: #6B92AB;
}
</style>
border-color css
<style>
span { border-color: #6B92AB; }
span { border-color: rgb(107,146,171); }
td.TdClassName
{
border-color: #6B92AB;
}
.TagClassName
{
border-color: #6B92AB;
}
</style>