Shades of Bermuda Grey #688A9C
Tints of Bermuda Grey #688A9C
RGB
CMYK
RGB Variations
Color information
#688A9C (or 0x688A9C) is known color: Bermuda Grey. HEX triplet: 68, 8A and 9C. RGB value is (104,138,156). Sum of RGB (Red+Green+Blue) = 104+138+156=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #688A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A9C is #977563. Grayscale: #818181. Windows color (decimal): -9925988 or 10259048. OLE color: 10259048.
HSL color Cylindrical-coordinate representation of color #688A9C: hue angle of 200.77º 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 #688A9C is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 138 | 156 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.39 |
| HSL | 200.77º | 0.21% | 0.51% | - |
| HSV(B) | 200.77º | 0.33% | 0.61% | - |
| XYZ | 20.8 | 23.52 | 34.9 | - |
| YUV | 129.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 156 | 0.33 | 0.12 | 0 | 0.39 | 200.77 | 0.21 | 0.51 |
| Hex | 68 | 8A | 9C | 21 | C | 0 | 27 | C9 | 15 | 33 |
| Octal | 150 | 212 | 234 | 41 | 14 | 0 | 47 | 311 | 25 | 63 |
| Binary | 1101000 | 10001010 | 10011100 | 100001 | 1100 | 0 | 100111 | 11001001 | 10101 | 110011 |
Color Harmonies of #688A9C
Complementary color
Monochromatic Colors of #688A9C
Black with #688A9C
Text Example
Text Example
White with #688A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A9C; }
p { color: rgb(104,138,156); }
H1.HeaderClassName
{
color: #688A9C;
}
.AnyTagClassName
{
color: #688A9C;
}
</style>
background-color css
<style>
a { background-color: #688A9C; }
a { background-color: rgb(104,138,156); }
div.DivClassName
{
background-color: #688A9C;
}
.BgClassName
{
background-color: #688A9C;
}
</style>
border-color css
<style>
span { border-color: #688A9C; }
span { border-color: rgb(104,138,156); }
td.TdClassName
{
border-color: #688A9C;
}
.TagClassName
{
border-color: #688A9C;
}
</style>