Shades of Bermuda Grey #6992A1
Tints of Bermuda Grey #6992A1
RGB
CMYK
RGB Variations
Color information
#6992A1 (or 0x6992A1) is known color: Bermuda Grey. HEX triplet: 69, 92 and A1. RGB value is (105,146,161). Sum of RGB (Red+Green+Blue) = 105+146+161=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 161 - color contains mainly: blue. Hex color #6992A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6992A1 is #966D5E. Grayscale: #878787. Windows color (decimal): -9858399 or 10588777. OLE color: 10588777.
HSL color Cylindrical-coordinate representation of color #6992A1: hue angle of 196.07º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6992A1 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 146 | 161 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.37 |
| HSL | 196.07º | 0.23% | 0.52% | - |
| HSV(B) | 196.07º | 0.35% | 0.63% | - |
| XYZ | 22.54 | 26.13 | 37.57 | - |
| YUV | 135.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 161 | 0.35 | 0.09 | 0 | 0.37 | 196.07 | 0.23 | 0.52 |
| Hex | 69 | 92 | A1 | 23 | 9 | 0 | 25 | C4 | 17 | 34 |
| Octal | 151 | 222 | 241 | 43 | 11 | 0 | 45 | 304 | 27 | 64 |
| Binary | 1101001 | 10010010 | 10100001 | 100011 | 1001 | 0 | 100101 | 11000100 | 10111 | 110100 |
Color Harmonies of #6992A1
Complementary color
Monochromatic Colors of #6992A1
Black with #6992A1
Text Example
Text Example
White with #6992A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6992A1; }
p { color: rgb(105,146,161); }
H1.HeaderClassName
{
color: #6992A1;
}
.AnyTagClassName
{
color: #6992A1;
}
</style>
background-color css
<style>
a { background-color: #6992A1; }
a { background-color: rgb(105,146,161); }
div.DivClassName
{
background-color: #6992A1;
}
.BgClassName
{
background-color: #6992A1;
}
</style>
border-color css
<style>
span { border-color: #6992A1; }
span { border-color: rgb(105,146,161); }
td.TdClassName
{
border-color: #6992A1;
}
.TagClassName
{
border-color: #6992A1;
}
</style>