Shades of Bermuda Grey #66869D
Tints of Bermuda Grey #66869D
RGB
CMYK
RGB Variations
Color information
#66869D (or 0x66869D) is known color: Bermuda Grey. HEX triplet: 66, 86 and 9D. RGB value is (102,134,157). Sum of RGB (Red+Green+Blue) = 102+134+157=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #66869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66869D is #997962. Grayscale: #7E7E7E. Windows color (decimal): -10058083 or 10323558. OLE color: 10323558.
HSL color Cylindrical-coordinate representation of color #66869D: hue angle of 205.09º 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 #66869D is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 134 | 157 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.38 |
| HSL | 205.09º | 0.22% | 0.51% | - |
| HSV(B) | 205.09º | 0.35% | 0.62% | - |
| XYZ | 20.09 | 22.31 | 35.15 | - |
| YUV | 127.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 157 | 0.35 | 0.15 | 0 | 0.38 | 205.09 | 0.22 | 0.51 |
| Hex | 66 | 86 | 9D | 23 | F | 0 | 26 | CD | 16 | 33 |
| Octal | 146 | 206 | 235 | 43 | 17 | 0 | 46 | 315 | 26 | 63 |
| Binary | 1100110 | 10000110 | 10011101 | 100011 | 1111 | 0 | 100110 | 11001101 | 10110 | 110011 |
Color Harmonies of #66869D
Complementary color
Monochromatic Colors of #66869D
Black with #66869D
Text Example
Text Example
White with #66869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66869D; }
p { color: rgb(102,134,157); }
H1.HeaderClassName
{
color: #66869D;
}
.AnyTagClassName
{
color: #66869D;
}
</style>
background-color css
<style>
a { background-color: #66869D; }
a { background-color: rgb(102,134,157); }
div.DivClassName
{
background-color: #66869D;
}
.BgClassName
{
background-color: #66869D;
}
</style>
border-color css
<style>
span { border-color: #66869D; }
span { border-color: rgb(102,134,157); }
td.TdClassName
{
border-color: #66869D;
}
.TagClassName
{
border-color: #66869D;
}
</style>