Shades of Bermuda Grey #688CA6
Tints of Bermuda Grey #688CA6
RGB
CMYK
RGB Variations
Color information
#688CA6 (or 0x688CA6) is known color: Bermuda Grey. HEX triplet: 68, 8C and A6. RGB value is (104,140,166). Sum of RGB (Red+Green+Blue) = 104+140+166=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 166 - color contains mainly: blue. Hex color #688CA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688CA6 is #977359. Grayscale: #848484. Windows color (decimal): -9925466 or 10914920. OLE color: 10914920.
HSL color Cylindrical-coordinate representation of color #688CA6: hue angle of 205.16º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #688CA6 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 140 | 166 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.35 |
| HSL | 205.16º | 0.26% | 0.53% | - |
| HSV(B) | 205.16º | 0.37% | 0.65% | - |
| XYZ | 21.97 | 24.45 | 39.64 | - |
| YUV | 132.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 166 | 0.37 | 0.16 | 0 | 0.35 | 205.16 | 0.26 | 0.53 |
| Hex | 68 | 8C | A6 | 25 | 10 | 0 | 23 | CD | 1A | 35 |
| Octal | 150 | 214 | 246 | 45 | 20 | 0 | 43 | 315 | 32 | 65 |
| Binary | 1101000 | 10001100 | 10100110 | 100101 | 10000 | 0 | 100011 | 11001101 | 11010 | 110101 |
Color Harmonies of #688CA6
Complementary color
Monochromatic Colors of #688CA6
Black with #688CA6
Text Example
Text Example
White with #688CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CA6; }
p { color: rgb(104,140,166); }
H1.HeaderClassName
{
color: #688CA6;
}
.AnyTagClassName
{
color: #688CA6;
}
</style>
background-color css
<style>
a { background-color: #688CA6; }
a { background-color: rgb(104,140,166); }
div.DivClassName
{
background-color: #688CA6;
}
.BgClassName
{
background-color: #688CA6;
}
</style>
border-color css
<style>
span { border-color: #688CA6; }
span { border-color: rgb(104,140,166); }
td.TdClassName
{
border-color: #688CA6;
}
.TagClassName
{
border-color: #688CA6;
}
</style>