Shades of Bermuda Grey #678AA4
Tints of Bermuda Grey #678AA4
RGB
CMYK
RGB Variations
Color information
#678AA4 (or 0x678AA4) is known color: Bermuda Grey. HEX triplet: 67, 8A and A4. RGB value is (103,138,164). Sum of RGB (Red+Green+Blue) = 103+138+164=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #678AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678AA4 is #98755B. Grayscale: #828282. Windows color (decimal): -9991516 or 10783335. OLE color: 10783335.
HSL color Cylindrical-coordinate representation of color #678AA4: hue angle of 205.57º 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 #678AA4 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 138 | 164 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.36 |
| HSL | 205.57º | 0.25% | 0.52% | - |
| HSV(B) | 205.57º | 0.37% | 0.64% | - |
| XYZ | 21.38 | 23.74 | 38.58 | - |
| YUV | 130.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 164 | 0.37 | 0.16 | 0 | 0.36 | 205.57 | 0.25 | 0.52 |
| Hex | 67 | 8A | A4 | 25 | 10 | 0 | 24 | CE | 19 | 34 |
| Octal | 147 | 212 | 244 | 45 | 20 | 0 | 44 | 316 | 31 | 64 |
| Binary | 1100111 | 10001010 | 10100100 | 100101 | 10000 | 0 | 100100 | 11001110 | 11001 | 110100 |
Color Harmonies of #678AA4
Complementary color
Monochromatic Colors of #678AA4
Black with #678AA4
Text Example
Text Example
White with #678AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678AA4; }
p { color: rgb(103,138,164); }
H1.HeaderClassName
{
color: #678AA4;
}
.AnyTagClassName
{
color: #678AA4;
}
</style>
background-color css
<style>
a { background-color: #678AA4; }
a { background-color: rgb(103,138,164); }
div.DivClassName
{
background-color: #678AA4;
}
.BgClassName
{
background-color: #678AA4;
}
</style>
border-color css
<style>
span { border-color: #678AA4; }
span { border-color: rgb(103,138,164); }
td.TdClassName
{
border-color: #678AA4;
}
.TagClassName
{
border-color: #678AA4;
}
</style>