Shades of Bermuda Grey #668BA1
Tints of Bermuda Grey #668BA1
RGB
CMYK
RGB Variations
Color information
#668BA1 (or 0x668BA1) is known color: Bermuda Grey. HEX triplet: 66, 8B and A1. RGB value is (102,139,161). Sum of RGB (Red+Green+Blue) = 102+139+161=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 161 - color contains mainly: blue. Hex color #668BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668BA1 is #99745E. Grayscale: #828282. Windows color (decimal): -10056799 or 10586982. OLE color: 10586982.
HSL color Cylindrical-coordinate representation of color #668BA1: hue angle of 202.37º 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 #668BA1 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 139 | 161 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.37 |
| HSL | 202.37º | 0.24% | 0.52% | - |
| HSV(B) | 202.37º | 0.37% | 0.63% | - |
| XYZ | 21.15 | 23.86 | 37.21 | - |
| YUV | 130.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 161 | 0.37 | 0.14 | 0 | 0.37 | 202.37 | 0.24 | 0.52 |
| Hex | 66 | 8B | A1 | 25 | E | 0 | 25 | CA | 18 | 34 |
| Octal | 146 | 213 | 241 | 45 | 16 | 0 | 45 | 312 | 30 | 64 |
| Binary | 1100110 | 10001011 | 10100001 | 100101 | 1110 | 0 | 100101 | 11001010 | 11000 | 110100 |
Color Harmonies of #668BA1
Complementary color
Monochromatic Colors of #668BA1
Black with #668BA1
Text Example
Text Example
White with #668BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BA1; }
p { color: rgb(102,139,161); }
H1.HeaderClassName
{
color: #668BA1;
}
.AnyTagClassName
{
color: #668BA1;
}
</style>
background-color css
<style>
a { background-color: #668BA1; }
a { background-color: rgb(102,139,161); }
div.DivClassName
{
background-color: #668BA1;
}
.BgClassName
{
background-color: #668BA1;
}
</style>
border-color css
<style>
span { border-color: #668BA1; }
span { border-color: rgb(102,139,161); }
td.TdClassName
{
border-color: #668BA1;
}
.TagClassName
{
border-color: #668BA1;
}
</style>