Shades of Fountain Blue #6EACB5
Tints of Fountain Blue #6EACB5
RGB
CMYK
RGB Variations
Color information
#6EACB5 (or 0x6EACB5) is known color: Fountain Blue. HEX triplet: 6E, AC and B5. RGB value is (110,172,181). Sum of RGB (Red+Green+Blue) = 110+172+181=463 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.76% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 181 - color contains mainly: blue. Hex color #6EACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACB5 is #91534A. Grayscale: #9A9A9A. Windows color (decimal): -9524043 or 11906158. OLE color: 11906158.
HSL color Cylindrical-coordinate representation of color #6EACB5: hue angle of 187.61º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EACB5 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 172 | 181 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.29 |
| HSL | 187.61º | 0.32% | 0.57% | - |
| HSV(B) | 187.61º | 0.39% | 0.71% | - |
| XYZ | 29.52 | 36.16 | 49.14 | - |
| YUV | 154.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 181 | 0.39 | 0.05 | 0 | 0.29 | 187.61 | 0.32 | 0.57 |
| Hex | 6E | AC | B5 | 27 | 5 | 0 | 1D | BC | 20 | 39 |
| Octal | 156 | 254 | 265 | 47 | 5 | 0 | 35 | 274 | 40 | 71 |
| Binary | 1101110 | 10101100 | 10110101 | 100111 | 101 | 0 | 11101 | 10111100 | 100000 | 111001 |
Color Harmonies of #6EACB5
Complementary color
Monochromatic Colors of #6EACB5
Black with #6EACB5
Text Example
Text Example
White with #6EACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EACB5; }
p { color: rgb(110,172,181); }
H1.HeaderClassName
{
color: #6EACB5;
}
.AnyTagClassName
{
color: #6EACB5;
}
</style>
background-color css
<style>
a { background-color: #6EACB5; }
a { background-color: rgb(110,172,181); }
div.DivClassName
{
background-color: #6EACB5;
}
.BgClassName
{
background-color: #6EACB5;
}
</style>
border-color css
<style>
span { border-color: #6EACB5; }
span { border-color: rgb(110,172,181); }
td.TdClassName
{
border-color: #6EACB5;
}
.TagClassName
{
border-color: #6EACB5;
}
</style>