Shades of Bermuda Grey #68899D
Tints of Bermuda Grey #68899D
RGB
CMYK
RGB Variations
Color information
#68899D (or 0x68899D) is known color: Bermuda Grey. HEX triplet: 68, 89 and 9D. RGB value is (104,137,157). Sum of RGB (Red+Green+Blue) = 104+137+157=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #68899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68899D is #977662. Grayscale: #818181. Windows color (decimal): -9926243 or 10324328. OLE color: 10324328.
HSL color Cylindrical-coordinate representation of color #68899D: hue angle of 202.64º degrees, saturation: 0.21, 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 #68899D is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 137 | 157 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.38 |
| HSL | 202.64º | 0.21% | 0.51% | - |
| HSV(B) | 202.64º | 0.34% | 0.62% | - |
| XYZ | 20.74 | 23.27 | 35.3 | - |
| YUV | 129.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 157 | 0.34 | 0.13 | 0 | 0.38 | 202.64 | 0.21 | 0.51 |
| Hex | 68 | 89 | 9D | 22 | D | 0 | 26 | CB | 15 | 33 |
| Octal | 150 | 211 | 235 | 42 | 15 | 0 | 46 | 313 | 25 | 63 |
| Binary | 1101000 | 10001001 | 10011101 | 100010 | 1101 | 0 | 100110 | 11001011 | 10101 | 110011 |
Color Harmonies of #68899D
Complementary color
Monochromatic Colors of #68899D
Black with #68899D
Text Example
Text Example
White with #68899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68899D; }
p { color: rgb(104,137,157); }
H1.HeaderClassName
{
color: #68899D;
}
.AnyTagClassName
{
color: #68899D;
}
</style>
background-color css
<style>
a { background-color: #68899D; }
a { background-color: rgb(104,137,157); }
div.DivClassName
{
background-color: #68899D;
}
.BgClassName
{
background-color: #68899D;
}
</style>
border-color css
<style>
span { border-color: #68899D; }
span { border-color: rgb(104,137,157); }
td.TdClassName
{
border-color: #68899D;
}
.TagClassName
{
border-color: #68899D;
}
</style>