Shades of Bermuda Grey #68849F
Tints of Bermuda Grey #68849F
RGB
CMYK
RGB Variations
Color information
#68849F (or 0x68849F) is known color: Bermuda Grey. HEX triplet: 68, 84 and 9F. RGB value is (104,132,159). Sum of RGB (Red+Green+Blue) = 104+132+159=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #68849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68849F is #977B60. Grayscale: #7E7E7E. Windows color (decimal): -9927521 or 10454120. OLE color: 10454120.
HSL color Cylindrical-coordinate representation of color #68849F: hue angle of 209.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68849F is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 132 | 159 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.38 |
| HSL | 209.45º | 0.22% | 0.52% | - |
| HSV(B) | 209.45º | 0.35% | 0.62% | - |
| XYZ | 20.22 | 21.95 | 35.97 | - |
| YUV | 126.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 159 | 0.35 | 0.17 | 0 | 0.38 | 209.45 | 0.22 | 0.52 |
| Hex | 68 | 84 | 9F | 23 | 11 | 0 | 26 | D1 | 16 | 34 |
| Octal | 150 | 204 | 237 | 43 | 21 | 0 | 46 | 321 | 26 | 64 |
| Binary | 1101000 | 10000100 | 10011111 | 100011 | 10001 | 0 | 100110 | 11010001 | 10110 | 110100 |
Color Harmonies of #68849F
Complementary color
Monochromatic Colors of #68849F
Black with #68849F
Text Example
Text Example
White with #68849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68849F; }
p { color: rgb(104,132,159); }
H1.HeaderClassName
{
color: #68849F;
}
.AnyTagClassName
{
color: #68849F;
}
</style>
background-color css
<style>
a { background-color: #68849F; }
a { background-color: rgb(104,132,159); }
div.DivClassName
{
background-color: #68849F;
}
.BgClassName
{
background-color: #68849F;
}
</style>
border-color css
<style>
span { border-color: #68849F; }
span { border-color: rgb(104,132,159); }
td.TdClassName
{
border-color: #68849F;
}
.TagClassName
{
border-color: #68849F;
}
</style>