Shades of Bermuda Grey #68879C
Tints of Bermuda Grey #68879C
RGB
CMYK
RGB Variations
Color information
#68879C (or 0x68879C) is known color: Bermuda Grey. HEX triplet: 68, 87 and 9C. RGB value is (104,135,156). Sum of RGB (Red+Green+Blue) = 104+135+156=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #68879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68879C is #977863. Grayscale: #808080. Windows color (decimal): -9926756 or 10258280. OLE color: 10258280.
HSL color Cylindrical-coordinate representation of color #68879C: hue angle of 204.23º degrees, saturation: 0.21, 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 #68879C is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 135 | 156 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.39 |
| HSL | 204.23º | 0.21% | 0.51% | - |
| HSV(B) | 204.23º | 0.33% | 0.61% | - |
| XYZ | 20.37 | 22.67 | 34.75 | - |
| YUV | 128.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 156 | 0.33 | 0.13 | 0 | 0.39 | 204.23 | 0.21 | 0.51 |
| Hex | 68 | 87 | 9C | 21 | D | 0 | 27 | CC | 15 | 33 |
| Octal | 150 | 207 | 234 | 41 | 15 | 0 | 47 | 314 | 25 | 63 |
| Binary | 1101000 | 10000111 | 10011100 | 100001 | 1101 | 0 | 100111 | 11001100 | 10101 | 110011 |
Color Harmonies of #68879C
Complementary color
Monochromatic Colors of #68879C
Black with #68879C
Text Example
Text Example
White with #68879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68879C; }
p { color: rgb(104,135,156); }
H1.HeaderClassName
{
color: #68879C;
}
.AnyTagClassName
{
color: #68879C;
}
</style>
background-color css
<style>
a { background-color: #68879C; }
a { background-color: rgb(104,135,156); }
div.DivClassName
{
background-color: #68879C;
}
.BgClassName
{
background-color: #68879C;
}
</style>
border-color css
<style>
span { border-color: #68879C; }
span { border-color: rgb(104,135,156); }
td.TdClassName
{
border-color: #68879C;
}
.TagClassName
{
border-color: #68879C;
}
</style>