Shades of Bermuda Grey #678DA4
Tints of Bermuda Grey #678DA4
RGB
CMYK
RGB Variations
Color information
#678DA4 (or 0x678DA4) is known color: Bermuda Grey. HEX triplet: 67, 8D and A4. RGB value is (103,141,164). Sum of RGB (Red+Green+Blue) = 103+141+164=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #678DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678DA4 is #98725B. Grayscale: #848484. Windows color (decimal): -9990748 or 10784103. OLE color: 10784103.
HSL color Cylindrical-coordinate representation of color #678DA4: hue angle of 202.62º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #678DA4 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 141 | 164 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.36 |
| HSL | 202.62º | 0.25% | 0.52% | - |
| HSV(B) | 202.62º | 0.37% | 0.64% | - |
| XYZ | 21.82 | 24.61 | 38.72 | - |
| YUV | 132.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 164 | 0.37 | 0.14 | 0 | 0.36 | 202.62 | 0.25 | 0.52 |
| Hex | 67 | 8D | A4 | 25 | E | 0 | 24 | CB | 19 | 34 |
| Octal | 147 | 215 | 244 | 45 | 16 | 0 | 44 | 313 | 31 | 64 |
| Binary | 1100111 | 10001101 | 10100100 | 100101 | 1110 | 0 | 100100 | 11001011 | 11001 | 110100 |
Color Harmonies of #678DA4
Complementary color
Monochromatic Colors of #678DA4
Black with #678DA4
Text Example
Text Example
White with #678DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DA4; }
p { color: rgb(103,141,164); }
H1.HeaderClassName
{
color: #678DA4;
}
.AnyTagClassName
{
color: #678DA4;
}
</style>
background-color css
<style>
a { background-color: #678DA4; }
a { background-color: rgb(103,141,164); }
div.DivClassName
{
background-color: #678DA4;
}
.BgClassName
{
background-color: #678DA4;
}
</style>
border-color css
<style>
span { border-color: #678DA4; }
span { border-color: rgb(103,141,164); }
td.TdClassName
{
border-color: #678DA4;
}
.TagClassName
{
border-color: #678DA4;
}
</style>