Shades of Bermuda Grey #66839E
Tints of Bermuda Grey #66839E
RGB
CMYK
RGB Variations
Color information
#66839E (or 0x66839E) is known color: Bermuda Grey. HEX triplet: 66, 83 and 9E. RGB value is (102,131,158). Sum of RGB (Red+Green+Blue) = 102+131+158=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #66839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66839E is #997C61. Grayscale: #7D7D7D. Windows color (decimal): -10058850 or 10388326. OLE color: 10388326.
HSL color Cylindrical-coordinate representation of color #66839E: hue angle of 208.93º 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 #66839E is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 131 | 158 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.38 |
| HSL | 208.93º | 0.22% | 0.51% | - |
| HSV(B) | 208.93º | 0.35% | 0.62% | - |
| XYZ | 19.77 | 21.53 | 35.46 | - |
| YUV | 125.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 158 | 0.35 | 0.17 | 0 | 0.38 | 208.93 | 0.22 | 0.51 |
| Hex | 66 | 83 | 9E | 23 | 11 | 0 | 26 | D1 | 16 | 33 |
| Octal | 146 | 203 | 236 | 43 | 21 | 0 | 46 | 321 | 26 | 63 |
| Binary | 1100110 | 10000011 | 10011110 | 100011 | 10001 | 0 | 100110 | 11010001 | 10110 | 110011 |
Color Harmonies of #66839E
Complementary color
Monochromatic Colors of #66839E
Black with #66839E
Text Example
Text Example
White with #66839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66839E; }
p { color: rgb(102,131,158); }
H1.HeaderClassName
{
color: #66839E;
}
.AnyTagClassName
{
color: #66839E;
}
</style>
background-color css
<style>
a { background-color: #66839E; }
a { background-color: rgb(102,131,158); }
div.DivClassName
{
background-color: #66839E;
}
.BgClassName
{
background-color: #66839E;
}
</style>
border-color css
<style>
span { border-color: #66839E; }
span { border-color: rgb(102,131,158); }
td.TdClassName
{
border-color: #66839E;
}
.TagClassName
{
border-color: #66839E;
}
</style>