Shades of Fountain Blue #6EABB3
Tints of Fountain Blue #6EABB3
RGB
CMYK
RGB Variations
Color information
#6EABB3 (or 0x6EABB3) is known color: Fountain Blue. HEX triplet: 6E, AB and B3. RGB value is (110,171,179). Sum of RGB (Red+Green+Blue) = 110+171+179=460 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.91% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 179 - color contains mainly: blue. Hex color #6EABB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABB3 is #91544C. Grayscale: #999999. Windows color (decimal): -9524301 or 11774830. OLE color: 11774830.
HSL color Cylindrical-coordinate representation of color #6EABB3: hue angle of 186.96º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EABB3 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 171 | 179 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.30 |
| HSL | 186.96º | 0.31% | 0.57% | - |
| HSV(B) | 186.96º | 0.39% | 0.7% | - |
| XYZ | 29.13 | 35.7 | 48 | - |
| YUV | 153.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 179 | 0.39 | 0.04 | 0 | 0.30 | 186.96 | 0.31 | 0.57 |
| Hex | 6E | AB | B3 | 27 | 4 | 0 | 1E | BB | 1F | 39 |
| Octal | 156 | 253 | 263 | 47 | 4 | 0 | 36 | 273 | 37 | 71 |
| Binary | 1101110 | 10101011 | 10110011 | 100111 | 100 | 0 | 11110 | 10111011 | 11111 | 111001 |
Color Harmonies of #6EABB3
Complementary color
Monochromatic Colors of #6EABB3
Black with #6EABB3
Text Example
Text Example
White with #6EABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABB3; }
p { color: rgb(110,171,179); }
H1.HeaderClassName
{
color: #6EABB3;
}
.AnyTagClassName
{
color: #6EABB3;
}
</style>
background-color css
<style>
a { background-color: #6EABB3; }
a { background-color: rgb(110,171,179); }
div.DivClassName
{
background-color: #6EABB3;
}
.BgClassName
{
background-color: #6EABB3;
}
</style>
border-color css
<style>
span { border-color: #6EABB3; }
span { border-color: rgb(110,171,179); }
td.TdClassName
{
border-color: #6EABB3;
}
.TagClassName
{
border-color: #6EABB3;
}
</style>