Shades of Bermuda Grey #6996A8
Tints of Bermuda Grey #6996A8
RGB
CMYK
RGB Variations
Color information
#6996A8 (or 0x6996A8) is known color: Bermuda Grey. HEX triplet: 69, 96 and A8. RGB value is (105,150,168). Sum of RGB (Red+Green+Blue) = 105+150+168=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 168 - color contains mainly: blue. Hex color #6996A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6996A8 is #966957. Grayscale: #8A8A8A. Windows color (decimal): -9857368 or 11048553. OLE color: 11048553.
HSL color Cylindrical-coordinate representation of color #6996A8: hue angle of 197.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6996A8 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 150 | 168 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.34 |
| HSL | 197.14º | 0.27% | 0.54% | - |
| HSV(B) | 197.14º | 0.38% | 0.66% | - |
| XYZ | 23.8 | 27.64 | 41.13 | - |
| YUV | 138.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 168 | 0.38 | 0.11 | 0 | 0.34 | 197.14 | 0.27 | 0.54 |
| Hex | 69 | 96 | A8 | 26 | B | 0 | 22 | C5 | 1B | 36 |
| Octal | 151 | 226 | 250 | 46 | 13 | 0 | 42 | 305 | 33 | 66 |
| Binary | 1101001 | 10010110 | 10101000 | 100110 | 1011 | 0 | 100010 | 11000101 | 11011 | 110110 |
Color Harmonies of #6996A8
Complementary color
Monochromatic Colors of #6996A8
Black with #6996A8
Text Example
Text Example
White with #6996A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6996A8; }
p { color: rgb(105,150,168); }
H1.HeaderClassName
{
color: #6996A8;
}
.AnyTagClassName
{
color: #6996A8;
}
</style>
background-color css
<style>
a { background-color: #6996A8; }
a { background-color: rgb(105,150,168); }
div.DivClassName
{
background-color: #6996A8;
}
.BgClassName
{
background-color: #6996A8;
}
</style>
border-color css
<style>
span { border-color: #6996A8; }
span { border-color: rgb(105,150,168); }
td.TdClassName
{
border-color: #6996A8;
}
.TagClassName
{
border-color: #6996A8;
}
</style>