Shades of Bermuda Grey #668C9F
Tints of Bermuda Grey #668C9F
RGB
CMYK
RGB Variations
Color information
#668C9F (or 0x668C9F) is known color: Bermuda Grey. HEX triplet: 66, 8C and 9F. RGB value is (102,140,159). Sum of RGB (Red+Green+Blue) = 102+140+159=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #668C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C9F is #997360. Grayscale: #828282. Windows color (decimal): -10056545 or 10456166. OLE color: 10456166.
HSL color Cylindrical-coordinate representation of color #668C9F: hue angle of 200º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #668C9F is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 140 | 159 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.38 |
| HSL | 200º | 0.23% | 0.51% | - |
| HSV(B) | 200º | 0.36% | 0.62% | - |
| XYZ | 21.12 | 24.08 | 36.34 | - |
| YUV | 130.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 159 | 0.36 | 0.12 | 0 | 0.38 | 200 | 0.23 | 0.51 |
| Hex | 66 | 8C | 9F | 24 | C | 0 | 26 | C8 | 17 | 33 |
| Octal | 146 | 214 | 237 | 44 | 14 | 0 | 46 | 310 | 27 | 63 |
| Binary | 1100110 | 10001100 | 10011111 | 100100 | 1100 | 0 | 100110 | 11001000 | 10111 | 110011 |
Color Harmonies of #668C9F
Complementary color
Monochromatic Colors of #668C9F
Black with #668C9F
Text Example
Text Example
White with #668C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668C9F; }
p { color: rgb(102,140,159); }
H1.HeaderClassName
{
color: #668C9F;
}
.AnyTagClassName
{
color: #668C9F;
}
</style>
background-color css
<style>
a { background-color: #668C9F; }
a { background-color: rgb(102,140,159); }
div.DivClassName
{
background-color: #668C9F;
}
.BgClassName
{
background-color: #668C9F;
}
</style>
border-color css
<style>
span { border-color: #668C9F; }
span { border-color: rgb(102,140,159); }
td.TdClassName
{
border-color: #668C9F;
}
.TagClassName
{
border-color: #668C9F;
}
</style>