Shades of Bermuda Grey #6D92AC
Tints of Bermuda Grey #6D92AC
RGB
CMYK
RGB Variations
Color information
#6D92AC (or 0x6D92AC) is known color: Bermuda Grey. HEX triplet: 6D, 92 and AC. RGB value is (109,146,172). Sum of RGB (Red+Green+Blue) = 109+146+172=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D92AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D92AC is #926D53. Grayscale: #898989. Windows color (decimal): -9596244 or 11309677. OLE color: 11309677.
HSL color Cylindrical-coordinate representation of color #6D92AC: hue angle of 204.76º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D92AC is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 146 | 172 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.33 |
| HSL | 204.76º | 0.28% | 0.55% | - |
| HSV(B) | 204.76º | 0.37% | 0.67% | - |
| XYZ | 24.03 | 26.79 | 42.93 | - |
| YUV | 137.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 172 | 0.37 | 0.15 | 0 | 0.33 | 204.76 | 0.28 | 0.55 |
| Hex | 6D | 92 | AC | 25 | F | 0 | 21 | CD | 1C | 37 |
| Octal | 155 | 222 | 254 | 45 | 17 | 0 | 41 | 315 | 34 | 67 |
| Binary | 1101101 | 10010010 | 10101100 | 100101 | 1111 | 0 | 100001 | 11001101 | 11100 | 110111 |
Color Harmonies of #6D92AC
Complementary color
Monochromatic Colors of #6D92AC
Black with #6D92AC
Text Example
Text Example
White with #6D92AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D92AC; }
p { color: rgb(109,146,172); }
H1.HeaderClassName
{
color: #6D92AC;
}
.AnyTagClassName
{
color: #6D92AC;
}
</style>
background-color css
<style>
a { background-color: #6D92AC; }
a { background-color: rgb(109,146,172); }
div.DivClassName
{
background-color: #6D92AC;
}
.BgClassName
{
background-color: #6D92AC;
}
</style>
border-color css
<style>
span { border-color: #6D92AC; }
span { border-color: rgb(109,146,172); }
td.TdClassName
{
border-color: #6D92AC;
}
.TagClassName
{
border-color: #6D92AC;
}
</style>