Shades of Bermuda Grey #688BA4
Tints of Bermuda Grey #688BA4
RGB
CMYK
RGB Variations
Color information
#688BA4 (or 0x688BA4) is known color: Bermuda Grey. HEX triplet: 68, 8B and A4. RGB value is (104,139,164). Sum of RGB (Red+Green+Blue) = 104+139+164=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #688BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BA4 is #97745B. Grayscale: #838383. Windows color (decimal): -9925724 or 10783592. OLE color: 10783592.
HSL color Cylindrical-coordinate representation of color #688BA4: hue angle of 205º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #688BA4 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 139 | 164 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.36 |
| HSL | 205º | 0.25% | 0.53% | - |
| HSV(B) | 205º | 0.37% | 0.64% | - |
| XYZ | 21.64 | 24.09 | 38.63 | - |
| YUV | 131.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 164 | 0.37 | 0.15 | 0 | 0.36 | 205 | 0.25 | 0.53 |
| Hex | 68 | 8B | A4 | 25 | F | 0 | 24 | CD | 19 | 35 |
| Octal | 150 | 213 | 244 | 45 | 17 | 0 | 44 | 315 | 31 | 65 |
| Binary | 1101000 | 10001011 | 10100100 | 100101 | 1111 | 0 | 100100 | 11001101 | 11001 | 110101 |
Color Harmonies of #688BA4
Complementary color
Monochromatic Colors of #688BA4
Black with #688BA4
Text Example
Text Example
White with #688BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BA4; }
p { color: rgb(104,139,164); }
H1.HeaderClassName
{
color: #688BA4;
}
.AnyTagClassName
{
color: #688BA4;
}
</style>
background-color css
<style>
a { background-color: #688BA4; }
a { background-color: rgb(104,139,164); }
div.DivClassName
{
background-color: #688BA4;
}
.BgClassName
{
background-color: #688BA4;
}
</style>
border-color css
<style>
span { border-color: #688BA4; }
span { border-color: rgb(104,139,164); }
td.TdClassName
{
border-color: #688BA4;
}
.TagClassName
{
border-color: #688BA4;
}
</style>