Shades of Bermuda Grey #678FA6
Tints of Bermuda Grey #678FA6
RGB
CMYK
RGB Variations
Color information
#678FA6 (or 0x678FA6) is known color: Bermuda Grey. HEX triplet: 67, 8F and A6. RGB value is (103,143,166). Sum of RGB (Red+Green+Blue) = 103+143+166=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 166 - color contains mainly: blue. Hex color #678FA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678FA6 is #987059. Grayscale: #858585. Windows color (decimal): -9990234 or 10915687. OLE color: 10915687.
HSL color Cylindrical-coordinate representation of color #678FA6: hue angle of 201.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #678FA6 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 143 | 166 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.35 |
| HSL | 201.9º | 0.26% | 0.53% | - |
| HSV(B) | 201.9º | 0.38% | 0.65% | - |
| XYZ | 22.3 | 25.28 | 39.78 | - |
| YUV | 133.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 166 | 0.38 | 0.14 | 0 | 0.35 | 201.9 | 0.26 | 0.53 |
| Hex | 67 | 8F | A6 | 26 | E | 0 | 23 | CA | 1A | 35 |
| Octal | 147 | 217 | 246 | 46 | 16 | 0 | 43 | 312 | 32 | 65 |
| Binary | 1100111 | 10001111 | 10100110 | 100110 | 1110 | 0 | 100011 | 11001010 | 11010 | 110101 |
Color Harmonies of #678FA6
Complementary color
Monochromatic Colors of #678FA6
Black with #678FA6
Text Example
Text Example
White with #678FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678FA6; }
p { color: rgb(103,143,166); }
H1.HeaderClassName
{
color: #678FA6;
}
.AnyTagClassName
{
color: #678FA6;
}
</style>
background-color css
<style>
a { background-color: #678FA6; }
a { background-color: rgb(103,143,166); }
div.DivClassName
{
background-color: #678FA6;
}
.BgClassName
{
background-color: #678FA6;
}
</style>
border-color css
<style>
span { border-color: #678FA6; }
span { border-color: rgb(103,143,166); }
td.TdClassName
{
border-color: #678FA6;
}
.TagClassName
{
border-color: #678FA6;
}
</style>