Shades of Bermuda Grey #68849C
Tints of Bermuda Grey #68849C
RGB
CMYK
RGB Variations
Color information
#68849C (or 0x68849C) is known color: Bermuda Grey. HEX triplet: 68, 84 and 9C. RGB value is (104,132,156). Sum of RGB (Red+Green+Blue) = 104+132+156=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #68849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68849C is #977B63. Grayscale: #7E7E7E. Windows color (decimal): -9927524 or 10257512. OLE color: 10257512.
HSL color Cylindrical-coordinate representation of color #68849C: hue angle of 207.69º 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 #68849C is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 132 | 156 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.39 |
| HSL | 207.69º | 0.21% | 0.51% | - |
| HSV(B) | 207.69º | 0.33% | 0.61% | - |
| XYZ | 19.96 | 21.85 | 34.62 | - |
| YUV | 126.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 156 | 0.33 | 0.15 | 0 | 0.39 | 207.69 | 0.21 | 0.51 |
| Hex | 68 | 84 | 9C | 21 | F | 0 | 27 | D0 | 15 | 33 |
| Octal | 150 | 204 | 234 | 41 | 17 | 0 | 47 | 320 | 25 | 63 |
| Binary | 1101000 | 10000100 | 10011100 | 100001 | 1111 | 0 | 100111 | 11010000 | 10101 | 110011 |
Color Harmonies of #68849C
Complementary color
Monochromatic Colors of #68849C
Black with #68849C
Text Example
Text Example
White with #68849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68849C; }
p { color: rgb(104,132,156); }
H1.HeaderClassName
{
color: #68849C;
}
.AnyTagClassName
{
color: #68849C;
}
</style>
background-color css
<style>
a { background-color: #68849C; }
a { background-color: rgb(104,132,156); }
div.DivClassName
{
background-color: #68849C;
}
.BgClassName
{
background-color: #68849C;
}
</style>
border-color css
<style>
span { border-color: #68849C; }
span { border-color: rgb(104,132,156); }
td.TdClassName
{
border-color: #68849C;
}
.TagClassName
{
border-color: #68849C;
}
</style>