Shades of Bermuda Grey #66859B
Tints of Bermuda Grey #66859B
RGB
CMYK
RGB Variations
Color information
#66859B (or 0x66859B) is known color: Bermuda Grey. HEX triplet: 66, 85 and 9B. RGB value is (102,133,155). Sum of RGB (Red+Green+Blue) = 102+133+155=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #66859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66859B is #997A64. Grayscale: #7E7E7E. Windows color (decimal): -10058341 or 10192230. OLE color: 10192230.
HSL color Cylindrical-coordinate representation of color #66859B: hue angle of 204.91º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66859B is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 133 | 155 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.39 |
| HSL | 204.91º | 0.21% | 0.5% | - |
| HSV(B) | 204.91º | 0.34% | 0.61% | - |
| XYZ | 19.78 | 21.97 | 34.21 | - |
| YUV | 126.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 155 | 0.34 | 0.14 | 0 | 0.39 | 204.91 | 0.21 | 0.5 |
| Hex | 66 | 85 | 9B | 22 | E | 0 | 27 | CD | 15 | 32 |
| Octal | 146 | 205 | 233 | 42 | 16 | 0 | 47 | 315 | 25 | 62 |
| Binary | 1100110 | 10000101 | 10011011 | 100010 | 1110 | 0 | 100111 | 11001101 | 10101 | 110010 |
Color Harmonies of #66859B
Complementary color
Monochromatic Colors of #66859B
Black with #66859B
Text Example
Text Example
White with #66859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66859B; }
p { color: rgb(102,133,155); }
H1.HeaderClassName
{
color: #66859B;
}
.AnyTagClassName
{
color: #66859B;
}
</style>
background-color css
<style>
a { background-color: #66859B; }
a { background-color: rgb(102,133,155); }
div.DivClassName
{
background-color: #66859B;
}
.BgClassName
{
background-color: #66859B;
}
</style>
border-color css
<style>
span { border-color: #66859B; }
span { border-color: rgb(102,133,155); }
td.TdClassName
{
border-color: #66859B;
}
.TagClassName
{
border-color: #66859B;
}
</style>