Shades of Bermuda Grey #678CA1
Tints of Bermuda Grey #678CA1
RGB
CMYK
RGB Variations
Color information
#678CA1 (or 0x678CA1) is known color: Bermuda Grey. HEX triplet: 67, 8C and A1. RGB value is (103,140,161). Sum of RGB (Red+Green+Blue) = 103+140+161=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 161 - color contains mainly: blue. Hex color #678CA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678CA1 is #98735E. Grayscale: #838383. Windows color (decimal): -9991007 or 10587239. OLE color: 10587239.
HSL color Cylindrical-coordinate representation of color #678CA1: hue angle of 201.72º degrees, saturation: 0.24, 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 #678CA1 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 140 | 161 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.37 |
| HSL | 201.72º | 0.24% | 0.52% | - |
| HSV(B) | 201.72º | 0.36% | 0.63% | - |
| XYZ | 21.4 | 24.21 | 37.26 | - |
| YUV | 131.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 161 | 0.36 | 0.13 | 0 | 0.37 | 201.72 | 0.24 | 0.52 |
| Hex | 67 | 8C | A1 | 24 | D | 0 | 25 | CA | 18 | 34 |
| Octal | 147 | 214 | 241 | 44 | 15 | 0 | 45 | 312 | 30 | 64 |
| Binary | 1100111 | 10001100 | 10100001 | 100100 | 1101 | 0 | 100101 | 11001010 | 11000 | 110100 |
Color Harmonies of #678CA1
Complementary color
Monochromatic Colors of #678CA1
Black with #678CA1
Text Example
Text Example
White with #678CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CA1; }
p { color: rgb(103,140,161); }
H1.HeaderClassName
{
color: #678CA1;
}
.AnyTagClassName
{
color: #678CA1;
}
</style>
background-color css
<style>
a { background-color: #678CA1; }
a { background-color: rgb(103,140,161); }
div.DivClassName
{
background-color: #678CA1;
}
.BgClassName
{
background-color: #678CA1;
}
</style>
border-color css
<style>
span { border-color: #678CA1; }
span { border-color: rgb(103,140,161); }
td.TdClassName
{
border-color: #678CA1;
}
.TagClassName
{
border-color: #678CA1;
}
</style>