Shades of Bermuda Grey #68879B
Tints of Bermuda Grey #68879B
RGB
CMYK
RGB Variations
Color information
#68879B (or 0x68879B) is known color: Bermuda Grey. HEX triplet: 68, 87 and 9B. RGB value is (104,135,155). Sum of RGB (Red+Green+Blue) = 104+135+155=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #68879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68879B is #977864. Grayscale: #7F7F7F. Windows color (decimal): -9926757 or 10192744. OLE color: 10192744.
HSL color Cylindrical-coordinate representation of color #68879B: hue angle of 203.53º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68879B is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 135 | 155 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.39 |
| HSL | 203.53º | 0.2% | 0.51% | - |
| HSV(B) | 203.53º | 0.33% | 0.61% | - |
| XYZ | 20.29 | 22.64 | 34.31 | - |
| YUV | 128.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 155 | 0.33 | 0.13 | 0 | 0.39 | 203.53 | 0.2 | 0.51 |
| Hex | 68 | 87 | 9B | 21 | D | 0 | 27 | CC | 14 | 33 |
| Octal | 150 | 207 | 233 | 41 | 15 | 0 | 47 | 314 | 24 | 63 |
| Binary | 1101000 | 10000111 | 10011011 | 100001 | 1101 | 0 | 100111 | 11001100 | 10100 | 110011 |
Color Harmonies of #68879B
Complementary color
Monochromatic Colors of #68879B
Black with #68879B
Text Example
Text Example
White with #68879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68879B; }
p { color: rgb(104,135,155); }
H1.HeaderClassName
{
color: #68879B;
}
.AnyTagClassName
{
color: #68879B;
}
</style>
background-color css
<style>
a { background-color: #68879B; }
a { background-color: rgb(104,135,155); }
div.DivClassName
{
background-color: #68879B;
}
.BgClassName
{
background-color: #68879B;
}
</style>
border-color css
<style>
span { border-color: #68879B; }
span { border-color: rgb(104,135,155); }
td.TdClassName
{
border-color: #68879B;
}
.TagClassName
{
border-color: #68879B;
}
</style>