Shades of Bermuda Grey #66869B
Tints of Bermuda Grey #66869B
RGB
CMYK
RGB Variations
Color information
#66869B (or 0x66869B) is known color: Bermuda Grey. HEX triplet: 66, 86 and 9B. RGB value is (102,134,155). Sum of RGB (Red+Green+Blue) = 102+134+155=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #66869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66869B is #997964. Grayscale: #7E7E7E. Windows color (decimal): -10058085 or 10192486. OLE color: 10192486.
HSL color Cylindrical-coordinate representation of color #66869B: hue angle of 203.77º 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 #66869B is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 134 | 155 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.39 |
| HSL | 203.77º | 0.21% | 0.5% | - |
| HSV(B) | 203.77º | 0.34% | 0.61% | - |
| XYZ | 19.92 | 22.24 | 34.25 | - |
| YUV | 126.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 155 | 0.34 | 0.14 | 0 | 0.39 | 203.77 | 0.21 | 0.5 |
| Hex | 66 | 86 | 9B | 22 | E | 0 | 27 | CC | 15 | 32 |
| Octal | 146 | 206 | 233 | 42 | 16 | 0 | 47 | 314 | 25 | 62 |
| Binary | 1100110 | 10000110 | 10011011 | 100010 | 1110 | 0 | 100111 | 11001100 | 10101 | 110010 |
Color Harmonies of #66869B
Complementary color
Monochromatic Colors of #66869B
Black with #66869B
Text Example
Text Example
White with #66869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66869B; }
p { color: rgb(102,134,155); }
H1.HeaderClassName
{
color: #66869B;
}
.AnyTagClassName
{
color: #66869B;
}
</style>
background-color css
<style>
a { background-color: #66869B; }
a { background-color: rgb(102,134,155); }
div.DivClassName
{
background-color: #66869B;
}
.BgClassName
{
background-color: #66869B;
}
</style>
border-color css
<style>
span { border-color: #66869B; }
span { border-color: rgb(102,134,155); }
td.TdClassName
{
border-color: #66869B;
}
.TagClassName
{
border-color: #66869B;
}
</style>