Shades of Bermuda Grey #68879D
Tints of Bermuda Grey #68879D
RGB
CMYK
RGB Variations
Color information
#68879D (or 0x68879D) is known color: Bermuda Grey. HEX triplet: 68, 87 and 9D. RGB value is (104,135,157). Sum of RGB (Red+Green+Blue) = 104+135+157=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #68879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68879D is #977862. Grayscale: #808080. Windows color (decimal): -9926755 or 10323816. OLE color: 10323816.
HSL color Cylindrical-coordinate representation of color #68879D: hue angle of 204.91º 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 #68879D is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 135 | 157 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.38 |
| HSL | 204.91º | 0.21% | 0.51% | - |
| HSV(B) | 204.91º | 0.34% | 0.62% | - |
| XYZ | 20.46 | 22.71 | 35.2 | - |
| YUV | 128.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 157 | 0.34 | 0.14 | 0 | 0.38 | 204.91 | 0.21 | 0.51 |
| Hex | 68 | 87 | 9D | 22 | E | 0 | 26 | CD | 15 | 33 |
| Octal | 150 | 207 | 235 | 42 | 16 | 0 | 46 | 315 | 25 | 63 |
| Binary | 1101000 | 10000111 | 10011101 | 100010 | 1110 | 0 | 100110 | 11001101 | 10101 | 110011 |
Color Harmonies of #68879D
Complementary color
Monochromatic Colors of #68879D
Black with #68879D
Text Example
Text Example
White with #68879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68879D; }
p { color: rgb(104,135,157); }
H1.HeaderClassName
{
color: #68879D;
}
.AnyTagClassName
{
color: #68879D;
}
</style>
background-color css
<style>
a { background-color: #68879D; }
a { background-color: rgb(104,135,157); }
div.DivClassName
{
background-color: #68879D;
}
.BgClassName
{
background-color: #68879D;
}
</style>
border-color css
<style>
span { border-color: #68879D; }
span { border-color: rgb(104,135,157); }
td.TdClassName
{
border-color: #68879D;
}
.TagClassName
{
border-color: #68879D;
}
</style>