Shades of Bermuda Grey #67839E
Tints of Bermuda Grey #67839E
RGB
CMYK
RGB Variations
Color information
#67839E (or 0x67839E) is known color: Bermuda Grey. HEX triplet: 67, 83 and 9E. RGB value is (103,131,158). Sum of RGB (Red+Green+Blue) = 103+131+158=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #67839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67839E is #987C61. Grayscale: #7D7D7D. Windows color (decimal): -9993314 or 10388327. OLE color: 10388327.
HSL color Cylindrical-coordinate representation of color #67839E: hue angle of 209.45º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67839E is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 131 | 158 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.38 |
| HSL | 209.45º | 0.22% | 0.51% | - |
| HSV(B) | 209.45º | 0.35% | 0.62% | - |
| XYZ | 19.88 | 21.58 | 35.47 | - |
| YUV | 125.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 158 | 0.35 | 0.17 | 0 | 0.38 | 209.45 | 0.22 | 0.51 |
| Hex | 67 | 83 | 9E | 23 | 11 | 0 | 26 | D1 | 16 | 33 |
| Octal | 147 | 203 | 236 | 43 | 21 | 0 | 46 | 321 | 26 | 63 |
| Binary | 1100111 | 10000011 | 10011110 | 100011 | 10001 | 0 | 100110 | 11010001 | 10110 | 110011 |
Color Harmonies of #67839E
Complementary color
Monochromatic Colors of #67839E
Black with #67839E
Text Example
Text Example
White with #67839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67839E; }
p { color: rgb(103,131,158); }
H1.HeaderClassName
{
color: #67839E;
}
.AnyTagClassName
{
color: #67839E;
}
</style>
background-color css
<style>
a { background-color: #67839E; }
a { background-color: rgb(103,131,158); }
div.DivClassName
{
background-color: #67839E;
}
.BgClassName
{
background-color: #67839E;
}
</style>
border-color css
<style>
span { border-color: #67839E; }
span { border-color: rgb(103,131,158); }
td.TdClassName
{
border-color: #67839E;
}
.TagClassName
{
border-color: #67839E;
}
</style>