Shades of Bermuda Grey #67879D
Tints of Bermuda Grey #67879D
RGB
CMYK
RGB Variations
Color information
#67879D (or 0x67879D) is known color: Bermuda Grey. HEX triplet: 67, 87 and 9D. RGB value is (103,135,157). Sum of RGB (Red+Green+Blue) = 103+135+157=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #67879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67879D is #987862. Grayscale: #7F7F7F. Windows color (decimal): -9992291 or 10323815. OLE color: 10323815.
HSL color Cylindrical-coordinate representation of color #67879D: hue angle of 204.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67879D is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 135 | 157 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.38 |
| HSL | 204.44º | 0.22% | 0.51% | - |
| HSV(B) | 204.44º | 0.34% | 0.62% | - |
| XYZ | 20.34 | 22.65 | 35.2 | - |
| YUV | 127.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 157 | 0.34 | 0.14 | 0 | 0.38 | 204.44 | 0.22 | 0.51 |
| Hex | 67 | 87 | 9D | 22 | E | 0 | 26 | CC | 16 | 33 |
| Octal | 147 | 207 | 235 | 42 | 16 | 0 | 46 | 314 | 26 | 63 |
| Binary | 1100111 | 10000111 | 10011101 | 100010 | 1110 | 0 | 100110 | 11001100 | 10110 | 110011 |
Color Harmonies of #67879D
Complementary color
Monochromatic Colors of #67879D
Black with #67879D
Text Example
Text Example
White with #67879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67879D; }
p { color: rgb(103,135,157); }
H1.HeaderClassName
{
color: #67879D;
}
.AnyTagClassName
{
color: #67879D;
}
</style>
background-color css
<style>
a { background-color: #67879D; }
a { background-color: rgb(103,135,157); }
div.DivClassName
{
background-color: #67879D;
}
.BgClassName
{
background-color: #67879D;
}
</style>
border-color css
<style>
span { border-color: #67879D; }
span { border-color: rgb(103,135,157); }
td.TdClassName
{
border-color: #67879D;
}
.TagClassName
{
border-color: #67879D;
}
</style>