Shades of Bermuda Grey #668AA2
Tints of Bermuda Grey #668AA2
RGB
CMYK
RGB Variations
Color information
#668AA2 (or 0x668AA2) is known color: Bermuda Grey. HEX triplet: 66, 8A and A2. RGB value is (102,138,162). Sum of RGB (Red+Green+Blue) = 102+138+162=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 162 - color contains mainly: blue. Hex color #668AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AA2 is #99755D. Grayscale: #818181. Windows color (decimal): -10057054 or 10652262. OLE color: 10652262.
HSL color Cylindrical-coordinate representation of color #668AA2: hue angle of 204º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #668AA2 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 138 | 162 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.36 |
| HSL | 204º | 0.24% | 0.52% | - |
| HSV(B) | 204º | 0.37% | 0.64% | - |
| XYZ | 21.09 | 23.61 | 37.63 | - |
| YUV | 129.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 162 | 0.37 | 0.15 | 0 | 0.36 | 204 | 0.24 | 0.52 |
| Hex | 66 | 8A | A2 | 25 | F | 0 | 24 | CC | 18 | 34 |
| Octal | 146 | 212 | 242 | 45 | 17 | 0 | 44 | 314 | 30 | 64 |
| Binary | 1100110 | 10001010 | 10100010 | 100101 | 1111 | 0 | 100100 | 11001100 | 11000 | 110100 |
Color Harmonies of #668AA2
Complementary color
Monochromatic Colors of #668AA2
Black with #668AA2
Text Example
Text Example
White with #668AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AA2; }
p { color: rgb(102,138,162); }
H1.HeaderClassName
{
color: #668AA2;
}
.AnyTagClassName
{
color: #668AA2;
}
</style>
background-color css
<style>
a { background-color: #668AA2; }
a { background-color: rgb(102,138,162); }
div.DivClassName
{
background-color: #668AA2;
}
.BgClassName
{
background-color: #668AA2;
}
</style>
border-color css
<style>
span { border-color: #668AA2; }
span { border-color: rgb(102,138,162); }
td.TdClassName
{
border-color: #668AA2;
}
.TagClassName
{
border-color: #668AA2;
}
</style>