Shades of Bermuda Grey #66849B
Tints of Bermuda Grey #66849B
RGB
CMYK
RGB Variations
Color information
#66849B (or 0x66849B) is known color: Bermuda Grey. HEX triplet: 66, 84 and 9B. RGB value is (102,132,155). Sum of RGB (Red+Green+Blue) = 102+132+155=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #66849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66849B is #997B64. Grayscale: #7D7D7D. Windows color (decimal): -10058597 or 10191974. OLE color: 10191974.
HSL color Cylindrical-coordinate representation of color #66849B: hue angle of 206.04º 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 #66849B is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 132 | 155 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.39 |
| HSL | 206.04º | 0.21% | 0.5% | - |
| HSV(B) | 206.04º | 0.34% | 0.61% | - |
| XYZ | 19.65 | 21.69 | 34.16 | - |
| YUV | 125.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 155 | 0.34 | 0.15 | 0 | 0.39 | 206.04 | 0.21 | 0.5 |
| Hex | 66 | 84 | 9B | 22 | F | 0 | 27 | CE | 15 | 32 |
| Octal | 146 | 204 | 233 | 42 | 17 | 0 | 47 | 316 | 25 | 62 |
| Binary | 1100110 | 10000100 | 10011011 | 100010 | 1111 | 0 | 100111 | 11001110 | 10101 | 110010 |
Color Harmonies of #66849B
Complementary color
Monochromatic Colors of #66849B
Black with #66849B
Text Example
Text Example
White with #66849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66849B; }
p { color: rgb(102,132,155); }
H1.HeaderClassName
{
color: #66849B;
}
.AnyTagClassName
{
color: #66849B;
}
</style>
background-color css
<style>
a { background-color: #66849B; }
a { background-color: rgb(102,132,155); }
div.DivClassName
{
background-color: #66849B;
}
.BgClassName
{
background-color: #66849B;
}
</style>
border-color css
<style>
span { border-color: #66849B; }
span { border-color: rgb(102,132,155); }
td.TdClassName
{
border-color: #66849B;
}
.TagClassName
{
border-color: #66849B;
}
</style>