Shades of Bermuda Grey #68859E
Tints of Bermuda Grey #68859E
RGB
CMYK
RGB Variations
Color information
#68859E (or 0x68859E) is known color: Bermuda Grey. HEX triplet: 68, 85 and 9E. RGB value is (104,133,158). Sum of RGB (Red+Green+Blue) = 104+133+158=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #68859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68859E is #977A61. Grayscale: #7F7F7F. Windows color (decimal): -9927266 or 10388840. OLE color: 10388840.
HSL color Cylindrical-coordinate representation of color #68859E: hue angle of 207.78º 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 #68859E is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 133 | 158 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.38 |
| HSL | 207.78º | 0.22% | 0.51% | - |
| HSV(B) | 207.78º | 0.34% | 0.62% | - |
| XYZ | 20.27 | 22.19 | 35.56 | - |
| YUV | 127.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 158 | 0.34 | 0.16 | 0 | 0.38 | 207.78 | 0.22 | 0.51 |
| Hex | 68 | 85 | 9E | 22 | 10 | 0 | 26 | D0 | 16 | 33 |
| Octal | 150 | 205 | 236 | 42 | 20 | 0 | 46 | 320 | 26 | 63 |
| Binary | 1101000 | 10000101 | 10011110 | 100010 | 10000 | 0 | 100110 | 11010000 | 10110 | 110011 |
Color Harmonies of #68859E
Complementary color
Monochromatic Colors of #68859E
Black with #68859E
Text Example
Text Example
White with #68859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68859E; }
p { color: rgb(104,133,158); }
H1.HeaderClassName
{
color: #68859E;
}
.AnyTagClassName
{
color: #68859E;
}
</style>
background-color css
<style>
a { background-color: #68859E; }
a { background-color: rgb(104,133,158); }
div.DivClassName
{
background-color: #68859E;
}
.BgClassName
{
background-color: #68859E;
}
</style>
border-color css
<style>
span { border-color: #68859E; }
span { border-color: rgb(104,133,158); }
td.TdClassName
{
border-color: #68859E;
}
.TagClassName
{
border-color: #68859E;
}
</style>