Shades of Fountain Blue #6EACB2
Tints of Fountain Blue #6EACB2
RGB
CMYK
RGB Variations
Color information
#6EACB2 (or 0x6EACB2) is known color: Fountain Blue. HEX triplet: 6E, AC and B2. RGB value is (110,172,178). Sum of RGB (Red+Green+Blue) = 110+172+178=460 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.91% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 178 - color contains mainly: blue. Hex color #6EACB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EACB2 is #91534D. Grayscale: #9A9A9A. Windows color (decimal): -9524046 or 11709550. OLE color: 11709550.
HSL color Cylindrical-coordinate representation of color #6EACB2: hue angle of 185.29º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EACB2 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 172 | 178 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.30 |
| HSL | 185.29º | 0.31% | 0.56% | - |
| HSV(B) | 185.29º | 0.38% | 0.7% | - |
| XYZ | 29.22 | 36.03 | 47.53 | - |
| YUV | 154.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 178 | 0.38 | 0.03 | 0 | 0.30 | 185.29 | 0.31 | 0.56 |
| Hex | 6E | AC | B2 | 26 | 3 | 0 | 1E | B9 | 1F | 38 |
| Octal | 156 | 254 | 262 | 46 | 3 | 0 | 36 | 271 | 37 | 70 |
| Binary | 1101110 | 10101100 | 10110010 | 100110 | 11 | 0 | 11110 | 10111001 | 11111 | 111000 |
Color Harmonies of #6EACB2
Complementary color
Monochromatic Colors of #6EACB2
Black with #6EACB2
Text Example
Text Example
White with #6EACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EACB2; }
p { color: rgb(110,172,178); }
H1.HeaderClassName
{
color: #6EACB2;
}
.AnyTagClassName
{
color: #6EACB2;
}
</style>
background-color css
<style>
a { background-color: #6EACB2; }
a { background-color: rgb(110,172,178); }
div.DivClassName
{
background-color: #6EACB2;
}
.BgClassName
{
background-color: #6EACB2;
}
</style>
border-color css
<style>
span { border-color: #6EACB2; }
span { border-color: rgb(110,172,178); }
td.TdClassName
{
border-color: #6EACB2;
}
.TagClassName
{
border-color: #6EACB2;
}
</style>