Shades of Bermuda Grey #66859D
Tints of Bermuda Grey #66859D
RGB
CMYK
RGB Variations
Color information
#66859D (or 0x66859D) is known color: Bermuda Grey. HEX triplet: 66, 85 and 9D. RGB value is (102,133,157). Sum of RGB (Red+Green+Blue) = 102+133+157=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #66859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66859D is #997A62. Grayscale: #7E7E7E. Windows color (decimal): -10058339 or 10323302. OLE color: 10323302.
HSL color Cylindrical-coordinate representation of color #66859D: hue angle of 206.18º 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 #66859D is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 133 | 157 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.38 |
| HSL | 206.18º | 0.22% | 0.51% | - |
| HSV(B) | 206.18º | 0.35% | 0.62% | - |
| XYZ | 19.95 | 22.03 | 35.1 | - |
| YUV | 126.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 157 | 0.35 | 0.15 | 0 | 0.38 | 206.18 | 0.22 | 0.51 |
| Hex | 66 | 85 | 9D | 23 | F | 0 | 26 | CE | 16 | 33 |
| Octal | 146 | 205 | 235 | 43 | 17 | 0 | 46 | 316 | 26 | 63 |
| Binary | 1100110 | 10000101 | 10011101 | 100011 | 1111 | 0 | 100110 | 11001110 | 10110 | 110011 |
Color Harmonies of #66859D
Complementary color
Monochromatic Colors of #66859D
Black with #66859D
Text Example
Text Example
White with #66859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66859D; }
p { color: rgb(102,133,157); }
H1.HeaderClassName
{
color: #66859D;
}
.AnyTagClassName
{
color: #66859D;
}
</style>
background-color css
<style>
a { background-color: #66859D; }
a { background-color: rgb(102,133,157); }
div.DivClassName
{
background-color: #66859D;
}
.BgClassName
{
background-color: #66859D;
}
</style>
border-color css
<style>
span { border-color: #66859D; }
span { border-color: rgb(102,133,157); }
td.TdClassName
{
border-color: #66859D;
}
.TagClassName
{
border-color: #66859D;
}
</style>