Shades of Bermuda Grey #66879B
Tints of Bermuda Grey #66879B
RGB
CMYK
RGB Variations
Color information
#66879B (or 0x66879B) is known color: Bermuda Grey. HEX triplet: 66, 87 and 9B. RGB value is (102,135,155). Sum of RGB (Red+Green+Blue) = 102+135+155=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #66879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66879B is #997864. Grayscale: #7F7F7F. Windows color (decimal): -10057829 or 10192742. OLE color: 10192742.
HSL color Cylindrical-coordinate representation of color #66879B: hue angle of 202.64º 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 #66879B is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 135 | 155 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.39 |
| HSL | 202.64º | 0.21% | 0.5% | - |
| HSV(B) | 202.64º | 0.34% | 0.61% | - |
| XYZ | 20.06 | 22.52 | 34.3 | - |
| YUV | 127.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 155 | 0.34 | 0.13 | 0 | 0.39 | 202.64 | 0.21 | 0.5 |
| Hex | 66 | 87 | 9B | 22 | D | 0 | 27 | CB | 15 | 32 |
| Octal | 146 | 207 | 233 | 42 | 15 | 0 | 47 | 313 | 25 | 62 |
| Binary | 1100110 | 10000111 | 10011011 | 100010 | 1101 | 0 | 100111 | 11001011 | 10101 | 110010 |
Color Harmonies of #66879B
Complementary color
Monochromatic Colors of #66879B
Black with #66879B
Text Example
Text Example
White with #66879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66879B; }
p { color: rgb(102,135,155); }
H1.HeaderClassName
{
color: #66879B;
}
.AnyTagClassName
{
color: #66879B;
}
</style>
background-color css
<style>
a { background-color: #66879B; }
a { background-color: rgb(102,135,155); }
div.DivClassName
{
background-color: #66879B;
}
.BgClassName
{
background-color: #66879B;
}
</style>
border-color css
<style>
span { border-color: #66879B; }
span { border-color: rgb(102,135,155); }
td.TdClassName
{
border-color: #66879B;
}
.TagClassName
{
border-color: #66879B;
}
</style>