Shades of Bermuda Grey #67829E
Tints of Bermuda Grey #67829E
RGB
CMYK
RGB Variations
Color information
#67829E (or 0x67829E) is known color: Bermuda Grey. HEX triplet: 67, 82 and 9E. RGB value is (103,130,158). Sum of RGB (Red+Green+Blue) = 103+130+158=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #67829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67829E is #987D61. Grayscale: #7C7C7C. Windows color (decimal): -9993570 or 10388071. OLE color: 10388071.
HSL color Cylindrical-coordinate representation of color #67829E: hue angle of 210.55º 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 #67829E is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 130 | 158 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.38 |
| HSL | 210.55º | 0.22% | 0.51% | - |
| HSV(B) | 210.55º | 0.35% | 0.62% | - |
| XYZ | 19.75 | 21.32 | 35.42 | - |
| YUV | 125.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 158 | 0.35 | 0.18 | 0 | 0.38 | 210.55 | 0.22 | 0.51 |
| Hex | 67 | 82 | 9E | 23 | 12 | 0 | 26 | D3 | 16 | 33 |
| Octal | 147 | 202 | 236 | 43 | 22 | 0 | 46 | 323 | 26 | 63 |
| Binary | 1100111 | 10000010 | 10011110 | 100011 | 10010 | 0 | 100110 | 11010011 | 10110 | 110011 |
Color Harmonies of #67829E
Complementary color
Monochromatic Colors of #67829E
Black with #67829E
Text Example
Text Example
White with #67829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67829E; }
p { color: rgb(103,130,158); }
H1.HeaderClassName
{
color: #67829E;
}
.AnyTagClassName
{
color: #67829E;
}
</style>
background-color css
<style>
a { background-color: #67829E; }
a { background-color: rgb(103,130,158); }
div.DivClassName
{
background-color: #67829E;
}
.BgClassName
{
background-color: #67829E;
}
</style>
border-color css
<style>
span { border-color: #67829E; }
span { border-color: rgb(103,130,158); }
td.TdClassName
{
border-color: #67829E;
}
.TagClassName
{
border-color: #67829E;
}
</style>