Shades of Bermuda Grey #66889C
Tints of Bermuda Grey #66889C
RGB
CMYK
RGB Variations
Color information
#66889C (or 0x66889C) is known color: Bermuda Grey. HEX triplet: 66, 88 and 9C. RGB value is (102,136,156). Sum of RGB (Red+Green+Blue) = 102+136+156=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #66889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66889C is #997763. Grayscale: #7F7F7F. Windows color (decimal): -10057572 or 10258534. OLE color: 10258534.
HSL color Cylindrical-coordinate representation of color #66889C: hue angle of 202.22º 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 #66889C is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 136 | 156 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.39 |
| HSL | 202.22º | 0.21% | 0.51% | - |
| HSV(B) | 202.22º | 0.35% | 0.61% | - |
| XYZ | 20.28 | 22.83 | 34.79 | - |
| YUV | 128.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 156 | 0.35 | 0.13 | 0 | 0.39 | 202.22 | 0.21 | 0.51 |
| Hex | 66 | 88 | 9C | 23 | D | 0 | 27 | CA | 15 | 33 |
| Octal | 146 | 210 | 234 | 43 | 15 | 0 | 47 | 312 | 25 | 63 |
| Binary | 1100110 | 10001000 | 10011100 | 100011 | 1101 | 0 | 100111 | 11001010 | 10101 | 110011 |
Color Harmonies of #66889C
Complementary color
Monochromatic Colors of #66889C
Black with #66889C
Text Example
Text Example
White with #66889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66889C; }
p { color: rgb(102,136,156); }
H1.HeaderClassName
{
color: #66889C;
}
.AnyTagClassName
{
color: #66889C;
}
</style>
background-color css
<style>
a { background-color: #66889C; }
a { background-color: rgb(102,136,156); }
div.DivClassName
{
background-color: #66889C;
}
.BgClassName
{
background-color: #66889C;
}
</style>
border-color css
<style>
span { border-color: #66889C; }
span { border-color: rgb(102,136,156); }
td.TdClassName
{
border-color: #66889C;
}
.TagClassName
{
border-color: #66889C;
}
</style>