Shades of Bermuda Grey #688DA4
Tints of Bermuda Grey #688DA4
RGB
CMYK
RGB Variations
Color information
#688DA4 (or 0x688DA4) is known color: Bermuda Grey. HEX triplet: 68, 8D and A4. RGB value is (104,141,164). Sum of RGB (Red+Green+Blue) = 104+141+164=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #688DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688DA4 is #97725B. Grayscale: #848484. Windows color (decimal): -9925212 or 10784104. OLE color: 10784104.
HSL color Cylindrical-coordinate representation of color #688DA4: hue angle of 203º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #688DA4 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 141 | 164 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.36 |
| HSL | 203º | 0.25% | 0.53% | - |
| HSV(B) | 203º | 0.37% | 0.64% | - |
| XYZ | 21.93 | 24.67 | 38.73 | - |
| YUV | 132.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 164 | 0.37 | 0.14 | 0 | 0.36 | 203 | 0.25 | 0.53 |
| Hex | 68 | 8D | A4 | 25 | E | 0 | 24 | CB | 19 | 35 |
| Octal | 150 | 215 | 244 | 45 | 16 | 0 | 44 | 313 | 31 | 65 |
| Binary | 1101000 | 10001101 | 10100100 | 100101 | 1110 | 0 | 100100 | 11001011 | 11001 | 110101 |
Color Harmonies of #688DA4
Complementary color
Monochromatic Colors of #688DA4
Black with #688DA4
Text Example
Text Example
White with #688DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DA4; }
p { color: rgb(104,141,164); }
H1.HeaderClassName
{
color: #688DA4;
}
.AnyTagClassName
{
color: #688DA4;
}
</style>
background-color css
<style>
a { background-color: #688DA4; }
a { background-color: rgb(104,141,164); }
div.DivClassName
{
background-color: #688DA4;
}
.BgClassName
{
background-color: #688DA4;
}
</style>
border-color css
<style>
span { border-color: #688DA4; }
span { border-color: rgb(104,141,164); }
td.TdClassName
{
border-color: #688DA4;
}
.TagClassName
{
border-color: #688DA4;
}
</style>