Shades of Bermuda Grey #678CA3
Tints of Bermuda Grey #678CA3
RGB
CMYK
RGB Variations
Color information
#678CA3 (or 0x678CA3) is known color: Bermuda Grey. HEX triplet: 67, 8C and A3. RGB value is (103,140,163). Sum of RGB (Red+Green+Blue) = 103+140+163=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 163 - color contains mainly: blue. Hex color #678CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678CA3 is #98735C. Grayscale: #838383. Windows color (decimal): -9991005 or 10718311. OLE color: 10718311.
HSL color Cylindrical-coordinate representation of color #678CA3: hue angle of 203º 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 #678CA3 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 140 | 163 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.36 |
| HSL | 203º | 0.25% | 0.52% | - |
| HSV(B) | 203º | 0.37% | 0.64% | - |
| XYZ | 21.58 | 24.28 | 38.2 | - |
| YUV | 131.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 163 | 0.37 | 0.14 | 0 | 0.36 | 203 | 0.25 | 0.52 |
| Hex | 67 | 8C | A3 | 25 | E | 0 | 24 | CB | 19 | 34 |
| Octal | 147 | 214 | 243 | 45 | 16 | 0 | 44 | 313 | 31 | 64 |
| Binary | 1100111 | 10001100 | 10100011 | 100101 | 1110 | 0 | 100100 | 11001011 | 11001 | 110100 |
Color Harmonies of #678CA3
Complementary color
Monochromatic Colors of #678CA3
Black with #678CA3
Text Example
Text Example
White with #678CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CA3; }
p { color: rgb(103,140,163); }
H1.HeaderClassName
{
color: #678CA3;
}
.AnyTagClassName
{
color: #678CA3;
}
</style>
background-color css
<style>
a { background-color: #678CA3; }
a { background-color: rgb(103,140,163); }
div.DivClassName
{
background-color: #678CA3;
}
.BgClassName
{
background-color: #678CA3;
}
</style>
border-color css
<style>
span { border-color: #678CA3; }
span { border-color: rgb(103,140,163); }
td.TdClassName
{
border-color: #678CA3;
}
.TagClassName
{
border-color: #678CA3;
}
</style>