Shades of Bermuda Grey #668CA1
Tints of Bermuda Grey #668CA1
RGB
CMYK
RGB Variations
Color information
#668CA1 (or 0x668CA1) is known color: Bermuda Grey. HEX triplet: 66, 8C and A1. RGB value is (102,140,161). Sum of RGB (Red+Green+Blue) = 102+140+161=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 161 - color contains mainly: blue. Hex color #668CA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668CA1 is #99735E. Grayscale: #828282. Windows color (decimal): -10056543 or 10587238. OLE color: 10587238.
HSL color Cylindrical-coordinate representation of color #668CA1: hue angle of 201.36º 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 #668CA1 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 140 | 161 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.37 |
| HSL | 201.36º | 0.24% | 0.52% | - |
| HSV(B) | 201.36º | 0.37% | 0.63% | - |
| XYZ | 21.29 | 24.15 | 37.26 | - |
| YUV | 131.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 161 | 0.37 | 0.13 | 0 | 0.37 | 201.36 | 0.24 | 0.52 |
| Hex | 66 | 8C | A1 | 25 | D | 0 | 25 | C9 | 18 | 34 |
| Octal | 146 | 214 | 241 | 45 | 15 | 0 | 45 | 311 | 30 | 64 |
| Binary | 1100110 | 10001100 | 10100001 | 100101 | 1101 | 0 | 100101 | 11001001 | 11000 | 110100 |
Color Harmonies of #668CA1
Complementary color
Monochromatic Colors of #668CA1
Black with #668CA1
Text Example
Text Example
White with #668CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CA1; }
p { color: rgb(102,140,161); }
H1.HeaderClassName
{
color: #668CA1;
}
.AnyTagClassName
{
color: #668CA1;
}
</style>
background-color css
<style>
a { background-color: #668CA1; }
a { background-color: rgb(102,140,161); }
div.DivClassName
{
background-color: #668CA1;
}
.BgClassName
{
background-color: #668CA1;
}
</style>
border-color css
<style>
span { border-color: #668CA1; }
span { border-color: rgb(102,140,161); }
td.TdClassName
{
border-color: #668CA1;
}
.TagClassName
{
border-color: #668CA1;
}
</style>