Shades of Bermuda Grey #68899A
Tints of Bermuda Grey #68899A
RGB
CMYK
RGB Variations
Color information
#68899A (or 0x68899A) is known color: Bermuda Grey. HEX triplet: 68, 89 and 9A. RGB value is (104,137,154). Sum of RGB (Red+Green+Blue) = 104+137+154=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #68899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68899A is #977665. Grayscale: #808080. Windows color (decimal): -9926246 or 10127720. OLE color: 10127720.
HSL color Cylindrical-coordinate representation of color #68899A: hue angle of 200.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68899A is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 137 | 154 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.40 |
| HSL | 200.4º | 0.2% | 0.51% | - |
| HSV(B) | 200.4º | 0.32% | 0.6% | - |
| XYZ | 20.49 | 23.17 | 33.96 | - |
| YUV | 129.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 154 | 0.32 | 0.11 | 0 | 0.40 | 200.4 | 0.2 | 0.51 |
| Hex | 68 | 89 | 9A | 20 | B | 0 | 28 | C8 | 14 | 33 |
| Octal | 150 | 211 | 232 | 40 | 13 | 0 | 50 | 310 | 24 | 63 |
| Binary | 1101000 | 10001001 | 10011010 | 100000 | 1011 | 0 | 101000 | 11001000 | 10100 | 110011 |
Color Harmonies of #68899A
Complementary color
Monochromatic Colors of #68899A
Black with #68899A
Text Example
Text Example
White with #68899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68899A; }
p { color: rgb(104,137,154); }
H1.HeaderClassName
{
color: #68899A;
}
.AnyTagClassName
{
color: #68899A;
}
</style>
background-color css
<style>
a { background-color: #68899A; }
a { background-color: rgb(104,137,154); }
div.DivClassName
{
background-color: #68899A;
}
.BgClassName
{
background-color: #68899A;
}
</style>
border-color css
<style>
span { border-color: #68899A; }
span { border-color: rgb(104,137,154); }
td.TdClassName
{
border-color: #68899A;
}
.TagClassName
{
border-color: #68899A;
}
</style>