Shades of Bermuda Grey #67839F
Tints of Bermuda Grey #67839F
RGB
CMYK
RGB Variations
Color information
#67839F (or 0x67839F) is known color: Bermuda Grey. HEX triplet: 67, 83 and 9F. RGB value is (103,131,159). Sum of RGB (Red+Green+Blue) = 103+131+159=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #67839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67839F is #987C60. Grayscale: #7D7D7D. Windows color (decimal): -9993313 or 10453863. OLE color: 10453863.
HSL color Cylindrical-coordinate representation of color #67839F: hue angle of 210º degrees, saturation: 0.23, 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 #67839F is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 131 | 159 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.38 |
| HSL | 210º | 0.23% | 0.51% | - |
| HSV(B) | 210º | 0.35% | 0.62% | - |
| XYZ | 19.97 | 21.62 | 35.92 | - |
| YUV | 125.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 159 | 0.35 | 0.18 | 0 | 0.38 | 210 | 0.23 | 0.51 |
| Hex | 67 | 83 | 9F | 23 | 12 | 0 | 26 | D2 | 17 | 33 |
| Octal | 147 | 203 | 237 | 43 | 22 | 0 | 46 | 322 | 27 | 63 |
| Binary | 1100111 | 10000011 | 10011111 | 100011 | 10010 | 0 | 100110 | 11010010 | 10111 | 110011 |
Color Harmonies of #67839F
Complementary color
Monochromatic Colors of #67839F
Black with #67839F
Text Example
Text Example
White with #67839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67839F; }
p { color: rgb(103,131,159); }
H1.HeaderClassName
{
color: #67839F;
}
.AnyTagClassName
{
color: #67839F;
}
</style>
background-color css
<style>
a { background-color: #67839F; }
a { background-color: rgb(103,131,159); }
div.DivClassName
{
background-color: #67839F;
}
.BgClassName
{
background-color: #67839F;
}
</style>
border-color css
<style>
span { border-color: #67839F; }
span { border-color: rgb(103,131,159); }
td.TdClassName
{
border-color: #67839F;
}
.TagClassName
{
border-color: #67839F;
}
</style>