Shades of Bermuda Grey #66899D
Tints of Bermuda Grey #66899D
RGB
CMYK
RGB Variations
Color information
#66899D (or 0x66899D) is known color: Bermuda Grey. HEX triplet: 66, 89 and 9D. RGB value is (102,137,157). Sum of RGB (Red+Green+Blue) = 102+137+157=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #66899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66899D is #997662. Grayscale: #808080. Windows color (decimal): -10057315 or 10324326. OLE color: 10324326.
HSL color Cylindrical-coordinate representation of color #66899D: hue angle of 201.82º 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 #66899D is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 137 | 157 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.38 |
| HSL | 201.82º | 0.22% | 0.51% | - |
| HSV(B) | 201.82º | 0.35% | 0.62% | - |
| XYZ | 20.51 | 23.15 | 35.29 | - |
| YUV | 128.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 157 | 0.35 | 0.13 | 0 | 0.38 | 201.82 | 0.22 | 0.51 |
| Hex | 66 | 89 | 9D | 23 | D | 0 | 26 | CA | 16 | 33 |
| Octal | 146 | 211 | 235 | 43 | 15 | 0 | 46 | 312 | 26 | 63 |
| Binary | 1100110 | 10001001 | 10011101 | 100011 | 1101 | 0 | 100110 | 11001010 | 10110 | 110011 |
Color Harmonies of #66899D
Complementary color
Monochromatic Colors of #66899D
Black with #66899D
Text Example
Text Example
White with #66899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66899D; }
p { color: rgb(102,137,157); }
H1.HeaderClassName
{
color: #66899D;
}
.AnyTagClassName
{
color: #66899D;
}
</style>
background-color css
<style>
a { background-color: #66899D; }
a { background-color: rgb(102,137,157); }
div.DivClassName
{
background-color: #66899D;
}
.BgClassName
{
background-color: #66899D;
}
</style>
border-color css
<style>
span { border-color: #66899D; }
span { border-color: rgb(102,137,157); }
td.TdClassName
{
border-color: #66899D;
}
.TagClassName
{
border-color: #66899D;
}
</style>