Shades of Bermuda Grey #6992A0
Tints of Bermuda Grey #6992A0
RGB
CMYK
RGB Variations
Color information
#6992A0 (or 0x6992A0) is known color: Bermuda Grey. HEX triplet: 69, 92 and A0. RGB value is (105,146,160). Sum of RGB (Red+Green+Blue) = 105+146+160=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 160 - color contains mainly: blue. Hex color #6992A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6992A0 is #966D5F. Grayscale: #878787. Windows color (decimal): -9858400 or 10523241. OLE color: 10523241.
HSL color Cylindrical-coordinate representation of color #6992A0: hue angle of 195.27º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6992A0 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 146 | 160 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.37 |
| HSL | 195.27º | 0.22% | 0.52% | - |
| HSV(B) | 195.27º | 0.34% | 0.63% | - |
| XYZ | 22.45 | 26.1 | 37.11 | - |
| YUV | 135.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 160 | 0.34 | 0.09 | 0 | 0.37 | 195.27 | 0.22 | 0.52 |
| Hex | 69 | 92 | A0 | 22 | 9 | 0 | 25 | C3 | 16 | 34 |
| Octal | 151 | 222 | 240 | 42 | 11 | 0 | 45 | 303 | 26 | 64 |
| Binary | 1101001 | 10010010 | 10100000 | 100010 | 1001 | 0 | 100101 | 11000011 | 10110 | 110100 |
Color Harmonies of #6992A0
Complementary color
Monochromatic Colors of #6992A0
Black with #6992A0
Text Example
Text Example
White with #6992A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6992A0; }
p { color: rgb(105,146,160); }
H1.HeaderClassName
{
color: #6992A0;
}
.AnyTagClassName
{
color: #6992A0;
}
</style>
background-color css
<style>
a { background-color: #6992A0; }
a { background-color: rgb(105,146,160); }
div.DivClassName
{
background-color: #6992A0;
}
.BgClassName
{
background-color: #6992A0;
}
</style>
border-color css
<style>
span { border-color: #6992A0; }
span { border-color: rgb(105,146,160); }
td.TdClassName
{
border-color: #6992A0;
}
.TagClassName
{
border-color: #6992A0;
}
</style>