Shades of Bermuda Grey #67899D
Tints of Bermuda Grey #67899D
RGB
CMYK
RGB Variations
Color information
#67899D (or 0x67899D) is known color: Bermuda Grey. HEX triplet: 67, 89 and 9D. RGB value is (103,137,157). Sum of RGB (Red+Green+Blue) = 103+137+157=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #67899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67899D is #987662. Grayscale: #818181. Windows color (decimal): -9991779 or 10324327. OLE color: 10324327.
HSL color Cylindrical-coordinate representation of color #67899D: hue angle of 202.22º 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 #67899D is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 137 | 157 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.38 |
| HSL | 202.22º | 0.22% | 0.51% | - |
| HSV(B) | 202.22º | 0.34% | 0.62% | - |
| XYZ | 20.62 | 23.21 | 35.29 | - |
| YUV | 129.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 157 | 0.34 | 0.13 | 0 | 0.38 | 202.22 | 0.22 | 0.51 |
| Hex | 67 | 89 | 9D | 22 | D | 0 | 26 | CA | 16 | 33 |
| Octal | 147 | 211 | 235 | 42 | 15 | 0 | 46 | 312 | 26 | 63 |
| Binary | 1100111 | 10001001 | 10011101 | 100010 | 1101 | 0 | 100110 | 11001010 | 10110 | 110011 |
Color Harmonies of #67899D
Complementary color
Monochromatic Colors of #67899D
Black with #67899D
Text Example
Text Example
White with #67899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67899D; }
p { color: rgb(103,137,157); }
H1.HeaderClassName
{
color: #67899D;
}
.AnyTagClassName
{
color: #67899D;
}
</style>
background-color css
<style>
a { background-color: #67899D; }
a { background-color: rgb(103,137,157); }
div.DivClassName
{
background-color: #67899D;
}
.BgClassName
{
background-color: #67899D;
}
</style>
border-color css
<style>
span { border-color: #67899D; }
span { border-color: rgb(103,137,157); }
td.TdClassName
{
border-color: #67899D;
}
.TagClassName
{
border-color: #67899D;
}
</style>