Shades of Fountain Blue #6EA6B3
Tints of Fountain Blue #6EA6B3
RGB
CMYK
RGB Variations
Color information
#6EA6B3 (or 0x6EA6B3) is known color: Fountain Blue. HEX triplet: 6E, A6 and B3. RGB value is (110,166,179). Sum of RGB (Red+Green+Blue) = 110+166+179=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #6EA6B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA6B3 is #91594C. Grayscale: #969696. Windows color (decimal): -9525581 or 11773550. OLE color: 11773550.
HSL color Cylindrical-coordinate representation of color #6EA6B3: hue angle of 191.3º 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 #6EA6B3 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 166 | 179 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.30 |
| HSL | 191.3º | 0.31% | 0.57% | - |
| HSV(B) | 191.3º | 0.39% | 0.7% | - |
| XYZ | 28.2 | 33.84 | 47.69 | - |
| YUV | 150.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 166 | 179 | 0.39 | 0.07 | 0 | 0.30 | 191.3 | 0.31 | 0.57 |
| Hex | 6E | A6 | B3 | 27 | 7 | 0 | 1E | BF | 1F | 39 |
| Octal | 156 | 246 | 263 | 47 | 7 | 0 | 36 | 277 | 37 | 71 |
| Binary | 1101110 | 10100110 | 10110011 | 100111 | 111 | 0 | 11110 | 10111111 | 11111 | 111001 |
Color Harmonies of #6EA6B3
Complementary color
Monochromatic Colors of #6EA6B3
Black with #6EA6B3
Text Example
Text Example
White with #6EA6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA6B3; }
p { color: rgb(110,166,179); }
H1.HeaderClassName
{
color: #6EA6B3;
}
.AnyTagClassName
{
color: #6EA6B3;
}
</style>
background-color css
<style>
a { background-color: #6EA6B3; }
a { background-color: rgb(110,166,179); }
div.DivClassName
{
background-color: #6EA6B3;
}
.BgClassName
{
background-color: #6EA6B3;
}
</style>
border-color css
<style>
span { border-color: #6EA6B3; }
span { border-color: rgb(110,166,179); }
td.TdClassName
{
border-color: #6EA6B3;
}
.TagClassName
{
border-color: #6EA6B3;
}
</style>