Shades of Bermuda Grey #68869E
Tints of Bermuda Grey #68869E
RGB
CMYK
RGB Variations
Color information
#68869E (or 0x68869E) is known color: Bermuda Grey. HEX triplet: 68, 86 and 9E. RGB value is (104,134,158). Sum of RGB (Red+Green+Blue) = 104+134+158=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #68869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68869E is #977961. Grayscale: #7F7F7F. Windows color (decimal): -9927010 or 10389096. OLE color: 10389096.
HSL color Cylindrical-coordinate representation of color #68869E: hue angle of 206.67º 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 #68869E is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 134 | 158 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.38 |
| HSL | 206.67º | 0.22% | 0.51% | - |
| HSV(B) | 206.67º | 0.34% | 0.62% | - |
| XYZ | 20.41 | 22.46 | 35.61 | - |
| YUV | 127.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 158 | 0.34 | 0.15 | 0 | 0.38 | 206.67 | 0.22 | 0.51 |
| Hex | 68 | 86 | 9E | 22 | F | 0 | 26 | CF | 16 | 33 |
| Octal | 150 | 206 | 236 | 42 | 17 | 0 | 46 | 317 | 26 | 63 |
| Binary | 1101000 | 10000110 | 10011110 | 100010 | 1111 | 0 | 100110 | 11001111 | 10110 | 110011 |
Color Harmonies of #68869E
Complementary color
Monochromatic Colors of #68869E
Black with #68869E
Text Example
Text Example
White with #68869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68869E; }
p { color: rgb(104,134,158); }
H1.HeaderClassName
{
color: #68869E;
}
.AnyTagClassName
{
color: #68869E;
}
</style>
background-color css
<style>
a { background-color: #68869E; }
a { background-color: rgb(104,134,158); }
div.DivClassName
{
background-color: #68869E;
}
.BgClassName
{
background-color: #68869E;
}
</style>
border-color css
<style>
span { border-color: #68869E; }
span { border-color: rgb(104,134,158); }
td.TdClassName
{
border-color: #68869E;
}
.TagClassName
{
border-color: #68869E;
}
</style>