Shades of Bermuda Grey #66839D
Tints of Bermuda Grey #66839D
RGB
CMYK
RGB Variations
Color information
#66839D (or 0x66839D) is known color: Bermuda Grey. HEX triplet: 66, 83 and 9D. RGB value is (102,131,157). Sum of RGB (Red+Green+Blue) = 102+131+157=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #66839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66839D is #997C62. Grayscale: #7D7D7D. Windows color (decimal): -10058851 or 10322790. OLE color: 10322790.
HSL color Cylindrical-coordinate representation of color #66839D: hue angle of 208.36º 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 #66839D is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 131 | 157 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.38 |
| HSL | 208.36º | 0.22% | 0.51% | - |
| HSV(B) | 208.36º | 0.35% | 0.62% | - |
| XYZ | 19.68 | 21.49 | 35.01 | - |
| YUV | 125.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 157 | 0.35 | 0.17 | 0 | 0.38 | 208.36 | 0.22 | 0.51 |
| Hex | 66 | 83 | 9D | 23 | 11 | 0 | 26 | D0 | 16 | 33 |
| Octal | 146 | 203 | 235 | 43 | 21 | 0 | 46 | 320 | 26 | 63 |
| Binary | 1100110 | 10000011 | 10011101 | 100011 | 10001 | 0 | 100110 | 11010000 | 10110 | 110011 |
Color Harmonies of #66839D
Complementary color
Monochromatic Colors of #66839D
Black with #66839D
Text Example
Text Example
White with #66839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66839D; }
p { color: rgb(102,131,157); }
H1.HeaderClassName
{
color: #66839D;
}
.AnyTagClassName
{
color: #66839D;
}
</style>
background-color css
<style>
a { background-color: #66839D; }
a { background-color: rgb(102,131,157); }
div.DivClassName
{
background-color: #66839D;
}
.BgClassName
{
background-color: #66839D;
}
</style>
border-color css
<style>
span { border-color: #66839D; }
span { border-color: rgb(102,131,157); }
td.TdClassName
{
border-color: #66839D;
}
.TagClassName
{
border-color: #66839D;
}
</style>