Shades of Bermuda Grey #66869F
Tints of Bermuda Grey #66869F
RGB
CMYK
RGB Variations
Color information
#66869F (or 0x66869F) is known color: Bermuda Grey. HEX triplet: 66, 86 and 9F. RGB value is (102,134,159). Sum of RGB (Red+Green+Blue) = 102+134+159=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #66869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66869F is #997960. Grayscale: #7F7F7F. Windows color (decimal): -10058081 or 10454630. OLE color: 10454630.
HSL color Cylindrical-coordinate representation of color #66869F: hue angle of 206.32º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66869F is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 134 | 159 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.38 |
| HSL | 206.32º | 0.23% | 0.51% | - |
| HSV(B) | 206.32º | 0.36% | 0.62% | - |
| XYZ | 20.26 | 22.38 | 36.05 | - |
| YUV | 127.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 159 | 0.36 | 0.16 | 0 | 0.38 | 206.32 | 0.23 | 0.51 |
| Hex | 66 | 86 | 9F | 24 | 10 | 0 | 26 | CE | 17 | 33 |
| Octal | 146 | 206 | 237 | 44 | 20 | 0 | 46 | 316 | 27 | 63 |
| Binary | 1100110 | 10000110 | 10011111 | 100100 | 10000 | 0 | 100110 | 11001110 | 10111 | 110011 |
Color Harmonies of #66869F
Complementary color
Monochromatic Colors of #66869F
Black with #66869F
Text Example
Text Example
White with #66869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66869F; }
p { color: rgb(102,134,159); }
H1.HeaderClassName
{
color: #66869F;
}
.AnyTagClassName
{
color: #66869F;
}
</style>
background-color css
<style>
a { background-color: #66869F; }
a { background-color: rgb(102,134,159); }
div.DivClassName
{
background-color: #66869F;
}
.BgClassName
{
background-color: #66869F;
}
</style>
border-color css
<style>
span { border-color: #66869F; }
span { border-color: rgb(102,134,159); }
td.TdClassName
{
border-color: #66869F;
}
.TagClassName
{
border-color: #66869F;
}
</style>