Shades of Bermuda Grey #678DA0
Tints of Bermuda Grey #678DA0
RGB
CMYK
RGB Variations
Color information
#678DA0 (or 0x678DA0) is known color: Bermuda Grey. HEX triplet: 67, 8D and A0. RGB value is (103,141,160). Sum of RGB (Red+Green+Blue) = 103+141+160=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 160 - color contains mainly: blue. Hex color #678DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678DA0 is #98725F. Grayscale: #838383. Windows color (decimal): -9990752 or 10521959. OLE color: 10521959.
HSL color Cylindrical-coordinate representation of color #678DA0: hue angle of 200º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #678DA0 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 141 | 160 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.37 |
| HSL | 200º | 0.23% | 0.52% | - |
| HSV(B) | 200º | 0.36% | 0.63% | - |
| XYZ | 21.46 | 24.47 | 36.85 | - |
| YUV | 131.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 160 | 0.36 | 0.12 | 0 | 0.37 | 200 | 0.23 | 0.52 |
| Hex | 67 | 8D | A0 | 24 | C | 0 | 25 | C8 | 17 | 34 |
| Octal | 147 | 215 | 240 | 44 | 14 | 0 | 45 | 310 | 27 | 64 |
| Binary | 1100111 | 10001101 | 10100000 | 100100 | 1100 | 0 | 100101 | 11001000 | 10111 | 110100 |
Color Harmonies of #678DA0
Complementary color
Monochromatic Colors of #678DA0
Black with #678DA0
Text Example
Text Example
White with #678DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DA0; }
p { color: rgb(103,141,160); }
H1.HeaderClassName
{
color: #678DA0;
}
.AnyTagClassName
{
color: #678DA0;
}
</style>
background-color css
<style>
a { background-color: #678DA0; }
a { background-color: rgb(103,141,160); }
div.DivClassName
{
background-color: #678DA0;
}
.BgClassName
{
background-color: #678DA0;
}
</style>
border-color css
<style>
span { border-color: #678DA0; }
span { border-color: rgb(103,141,160); }
td.TdClassName
{
border-color: #678DA0;
}
.TagClassName
{
border-color: #678DA0;
}
</style>