Shades of Bermuda Grey #6A94AA
Tints of Bermuda Grey #6A94AA
RGB
CMYK
RGB Variations
Color information
#6A94AA (or 0x6A94AA) is known color: Bermuda Grey. HEX triplet: 6A, 94 and AA. RGB value is (106,148,170). Sum of RGB (Red+Green+Blue) = 106+148+170=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A94AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A94AA is #956B55. Grayscale: #898989. Windows color (decimal): -9792342 or 11179114. OLE color: 11179114.
HSL color Cylindrical-coordinate representation of color #6A94AA: hue angle of 200.62º degrees, saturation: 0.27, 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 #6A94AA is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 148 | 170 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.33 |
| HSL | 200.63º | 0.27% | 0.54% | - |
| HSV(B) | 200.63º | 0.38% | 0.67% | - |
| XYZ | 23.79 | 27.15 | 42.02 | - |
| YUV | 137.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 170 | 0.38 | 0.13 | 0 | 0.33 | 200.63 | 0.27 | 0.54 |
| Hex | 6A | 94 | AA | 26 | D | 0 | 21 | C9 | 1B | 36 |
| Octal | 152 | 224 | 252 | 46 | 15 | 0 | 41 | 311 | 33 | 66 |
| Binary | 1101010 | 10010100 | 10101010 | 100110 | 1101 | 0 | 100001 | 11001001 | 11011 | 110110 |
Color Harmonies of #6A94AA
Complementary color
Monochromatic Colors of #6A94AA
Black with #6A94AA
Text Example
Text Example
White with #6A94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A94AA; }
p { color: rgb(106,148,170); }
H1.HeaderClassName
{
color: #6A94AA;
}
.AnyTagClassName
{
color: #6A94AA;
}
</style>
background-color css
<style>
a { background-color: #6A94AA; }
a { background-color: rgb(106,148,170); }
div.DivClassName
{
background-color: #6A94AA;
}
.BgClassName
{
background-color: #6A94AA;
}
</style>
border-color css
<style>
span { border-color: #6A94AA; }
span { border-color: rgb(106,148,170); }
td.TdClassName
{
border-color: #6A94AA;
}
.TagClassName
{
border-color: #6A94AA;
}
</style>