Shades of Bermuda Grey #6996A4
Tints of Bermuda Grey #6996A4
RGB
CMYK
RGB Variations
Color information
#6996A4 (or 0x6996A4) is known color: Bermuda Grey. HEX triplet: 69, 96 and A4. RGB value is (105,150,164). Sum of RGB (Red+Green+Blue) = 105+150+164=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #6996A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6996A4 is #96695B. Grayscale: #8A8A8A. Windows color (decimal): -9857372 or 10786409. OLE color: 10786409.
HSL color Cylindrical-coordinate representation of color #6996A4: hue angle of 194.24º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6996A4 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 150 | 164 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.36 |
| HSL | 194.24º | 0.24% | 0.53% | - |
| HSV(B) | 194.24º | 0.36% | 0.64% | - |
| XYZ | 23.43 | 27.5 | 39.19 | - |
| YUV | 138.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 164 | 0.36 | 0.09 | 0 | 0.36 | 194.24 | 0.24 | 0.53 |
| Hex | 69 | 96 | A4 | 24 | 9 | 0 | 24 | C2 | 18 | 35 |
| Octal | 151 | 226 | 244 | 44 | 11 | 0 | 44 | 302 | 30 | 65 |
| Binary | 1101001 | 10010110 | 10100100 | 100100 | 1001 | 0 | 100100 | 11000010 | 11000 | 110101 |
Color Harmonies of #6996A4
Complementary color
Monochromatic Colors of #6996A4
Black with #6996A4
Text Example
Text Example
White with #6996A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6996A4; }
p { color: rgb(105,150,164); }
H1.HeaderClassName
{
color: #6996A4;
}
.AnyTagClassName
{
color: #6996A4;
}
</style>
background-color css
<style>
a { background-color: #6996A4; }
a { background-color: rgb(105,150,164); }
div.DivClassName
{
background-color: #6996A4;
}
.BgClassName
{
background-color: #6996A4;
}
</style>
border-color css
<style>
span { border-color: #6996A4; }
span { border-color: rgb(105,150,164); }
td.TdClassName
{
border-color: #6996A4;
}
.TagClassName
{
border-color: #6996A4;
}
</style>