Shades of Bermuda Grey #66899C
Tints of Bermuda Grey #66899C
RGB
CMYK
RGB Variations
Color information
#66899C (or 0x66899C) is known color: Bermuda Grey. HEX triplet: 66, 89 and 9C. RGB value is (102,137,156). Sum of RGB (Red+Green+Blue) = 102+137+156=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #66899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66899C is #997663. Grayscale: #808080. Windows color (decimal): -10057316 or 10258790. OLE color: 10258790.
HSL color Cylindrical-coordinate representation of color #66899C: hue angle of 201.11º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66899C is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 137 | 156 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.39 |
| HSL | 201.11º | 0.21% | 0.51% | - |
| HSV(B) | 201.11º | 0.35% | 0.61% | - |
| XYZ | 20.43 | 23.12 | 34.84 | - |
| YUV | 128.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 156 | 0.35 | 0.12 | 0 | 0.39 | 201.11 | 0.21 | 0.51 |
| Hex | 66 | 89 | 9C | 23 | C | 0 | 27 | C9 | 15 | 33 |
| Octal | 146 | 211 | 234 | 43 | 14 | 0 | 47 | 311 | 25 | 63 |
| Binary | 1100110 | 10001001 | 10011100 | 100011 | 1100 | 0 | 100111 | 11001001 | 10101 | 110011 |
Color Harmonies of #66899C
Complementary color
Monochromatic Colors of #66899C
Black with #66899C
Text Example
Text Example
White with #66899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66899C; }
p { color: rgb(102,137,156); }
H1.HeaderClassName
{
color: #66899C;
}
.AnyTagClassName
{
color: #66899C;
}
</style>
background-color css
<style>
a { background-color: #66899C; }
a { background-color: rgb(102,137,156); }
div.DivClassName
{
background-color: #66899C;
}
.BgClassName
{
background-color: #66899C;
}
</style>
border-color css
<style>
span { border-color: #66899C; }
span { border-color: rgb(102,137,156); }
td.TdClassName
{
border-color: #66899C;
}
.TagClassName
{
border-color: #66899C;
}
</style>