Shades of Bermuda Grey #668DA1
Tints of Bermuda Grey #668DA1
RGB
CMYK
RGB Variations
Color information
#668DA1 (or 0x668DA1) is known color: Bermuda Grey. HEX triplet: 66, 8D and A1. RGB value is (102,141,161). Sum of RGB (Red+Green+Blue) = 102+141+161=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 161 - color contains mainly: blue. Hex color #668DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668DA1 is #99725E. Grayscale: #838383. Windows color (decimal): -10056287 or 10587494. OLE color: 10587494.
HSL color Cylindrical-coordinate representation of color #668DA1: hue angle of 200.34º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #668DA1 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 141 | 161 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.37 |
| HSL | 200.34º | 0.24% | 0.52% | - |
| HSV(B) | 200.34º | 0.37% | 0.63% | - |
| XYZ | 21.44 | 24.45 | 37.31 | - |
| YUV | 131.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 161 | 0.37 | 0.12 | 0 | 0.37 | 200.34 | 0.24 | 0.52 |
| Hex | 66 | 8D | A1 | 25 | C | 0 | 25 | C8 | 18 | 34 |
| Octal | 146 | 215 | 241 | 45 | 14 | 0 | 45 | 310 | 30 | 64 |
| Binary | 1100110 | 10001101 | 10100001 | 100101 | 1100 | 0 | 100101 | 11001000 | 11000 | 110100 |
Color Harmonies of #668DA1
Complementary color
Monochromatic Colors of #668DA1
Black with #668DA1
Text Example
Text Example
White with #668DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DA1; }
p { color: rgb(102,141,161); }
H1.HeaderClassName
{
color: #668DA1;
}
.AnyTagClassName
{
color: #668DA1;
}
</style>
background-color css
<style>
a { background-color: #668DA1; }
a { background-color: rgb(102,141,161); }
div.DivClassName
{
background-color: #668DA1;
}
.BgClassName
{
background-color: #668DA1;
}
</style>
border-color css
<style>
span { border-color: #668DA1; }
span { border-color: rgb(102,141,161); }
td.TdClassName
{
border-color: #668DA1;
}
.TagClassName
{
border-color: #668DA1;
}
</style>