Shades of Bermuda Grey #668AA1
Tints of Bermuda Grey #668AA1
RGB
CMYK
RGB Variations
Color information
#668AA1 (or 0x668AA1) is known color: Bermuda Grey. HEX triplet: 66, 8A and A1. RGB value is (102,138,161). Sum of RGB (Red+Green+Blue) = 102+138+161=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 161 - color contains mainly: blue. Hex color #668AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AA1 is #99755E. Grayscale: #818181. Windows color (decimal): -10057055 or 10586726. OLE color: 10586726.
HSL color Cylindrical-coordinate representation of color #668AA1: hue angle of 203.39º 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 #668AA1 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 138 | 161 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.37 |
| HSL | 203.39º | 0.24% | 0.52% | - |
| HSV(B) | 203.39º | 0.37% | 0.63% | - |
| XYZ | 21 | 23.57 | 37.16 | - |
| YUV | 129.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 161 | 0.37 | 0.14 | 0 | 0.37 | 203.39 | 0.24 | 0.52 |
| Hex | 66 | 8A | A1 | 25 | E | 0 | 25 | CB | 18 | 34 |
| Octal | 146 | 212 | 241 | 45 | 16 | 0 | 45 | 313 | 30 | 64 |
| Binary | 1100110 | 10001010 | 10100001 | 100101 | 1110 | 0 | 100101 | 11001011 | 11000 | 110100 |
Color Harmonies of #668AA1
Complementary color
Monochromatic Colors of #668AA1
Black with #668AA1
Text Example
Text Example
White with #668AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AA1; }
p { color: rgb(102,138,161); }
H1.HeaderClassName
{
color: #668AA1;
}
.AnyTagClassName
{
color: #668AA1;
}
</style>
background-color css
<style>
a { background-color: #668AA1; }
a { background-color: rgb(102,138,161); }
div.DivClassName
{
background-color: #668AA1;
}
.BgClassName
{
background-color: #668AA1;
}
</style>
border-color css
<style>
span { border-color: #668AA1; }
span { border-color: rgb(102,138,161); }
td.TdClassName
{
border-color: #668AA1;
}
.TagClassName
{
border-color: #668AA1;
}
</style>