Shades of Bermuda Grey #6994AA
Tints of Bermuda Grey #6994AA
RGB
CMYK
RGB Variations
Color information
#6994AA (or 0x6994AA) is known color: Bermuda Grey. HEX triplet: 69, 94 and AA. RGB value is (105,148,170). Sum of RGB (Red+Green+Blue) = 105+148+170=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #6994AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6994AA is #966B55. Grayscale: #898989. Windows color (decimal): -9857878 or 11179113. OLE color: 11179113.
HSL color Cylindrical-coordinate representation of color #6994AA: hue angle of 200.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6994AA is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 148 | 170 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.33 |
| HSL | 200.31º | 0.28% | 0.54% | - |
| HSV(B) | 200.31º | 0.38% | 0.67% | - |
| XYZ | 23.67 | 27.09 | 42.01 | - |
| YUV | 137.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 170 | 0.38 | 0.13 | 0 | 0.33 | 200.31 | 0.28 | 0.54 |
| Hex | 69 | 94 | AA | 26 | D | 0 | 21 | C8 | 1C | 36 |
| Octal | 151 | 224 | 252 | 46 | 15 | 0 | 41 | 310 | 34 | 66 |
| Binary | 1101001 | 10010100 | 10101010 | 100110 | 1101 | 0 | 100001 | 11001000 | 11100 | 110110 |
Color Harmonies of #6994AA
Complementary color
Monochromatic Colors of #6994AA
Black with #6994AA
Text Example
Text Example
White with #6994AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6994AA; }
p { color: rgb(105,148,170); }
H1.HeaderClassName
{
color: #6994AA;
}
.AnyTagClassName
{
color: #6994AA;
}
</style>
background-color css
<style>
a { background-color: #6994AA; }
a { background-color: rgb(105,148,170); }
div.DivClassName
{
background-color: #6994AA;
}
.BgClassName
{
background-color: #6994AA;
}
</style>
border-color css
<style>
span { border-color: #6994AA; }
span { border-color: rgb(105,148,170); }
td.TdClassName
{
border-color: #6994AA;
}
.TagClassName
{
border-color: #6994AA;
}
</style>