Shades of Bermuda Grey #66849D
Tints of Bermuda Grey #66849D
RGB
CMYK
RGB Variations
Color information
#66849D (or 0x66849D) is known color: Bermuda Grey. HEX triplet: 66, 84 and 9D. RGB value is (102,132,157). Sum of RGB (Red+Green+Blue) = 102+132+157=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #66849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66849D is #997B62. Grayscale: #7D7D7D. Windows color (decimal): -10058595 or 10323046. OLE color: 10323046.
HSL color Cylindrical-coordinate representation of color #66849D: hue angle of 207.27º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66849D is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 132 | 157 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.38 |
| HSL | 207.27º | 0.22% | 0.51% | - |
| HSV(B) | 207.27º | 0.35% | 0.62% | - |
| XYZ | 19.82 | 21.76 | 35.05 | - |
| YUV | 125.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 157 | 0.35 | 0.16 | 0 | 0.38 | 207.27 | 0.22 | 0.51 |
| Hex | 66 | 84 | 9D | 23 | 10 | 0 | 26 | CF | 16 | 33 |
| Octal | 146 | 204 | 235 | 43 | 20 | 0 | 46 | 317 | 26 | 63 |
| Binary | 1100110 | 10000100 | 10011101 | 100011 | 10000 | 0 | 100110 | 11001111 | 10110 | 110011 |
Color Harmonies of #66849D
Complementary color
Monochromatic Colors of #66849D
Black with #66849D
Text Example
Text Example
White with #66849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66849D; }
p { color: rgb(102,132,157); }
H1.HeaderClassName
{
color: #66849D;
}
.AnyTagClassName
{
color: #66849D;
}
</style>
background-color css
<style>
a { background-color: #66849D; }
a { background-color: rgb(102,132,157); }
div.DivClassName
{
background-color: #66849D;
}
.BgClassName
{
background-color: #66849D;
}
</style>
border-color css
<style>
span { border-color: #66849D; }
span { border-color: rgb(102,132,157); }
td.TdClassName
{
border-color: #66849D;
}
.TagClassName
{
border-color: #66849D;
}
</style>