Shades of Fountain Blue #6AADBA
Tints of Fountain Blue #6AADBA
RGB
CMYK
RGB Variations
Color information
#6AADBA (or 0x6AADBA) is known color: Fountain Blue. HEX triplet: 6A, AD and BA. RGB value is (106,173,186). Sum of RGB (Red+Green+Blue) = 106+173+186=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #6AADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADBA is #955245. Grayscale: #9A9A9A. Windows color (decimal): -9785926 or 12234090. OLE color: 12234090.
HSL color Cylindrical-coordinate representation of color #6AADBA: hue angle of 189.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AADBA is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 173 | 186 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.27 |
| HSL | 189.75º | 0.37% | 0.57% | - |
| HSV(B) | 189.75º | 0.43% | 0.73% | - |
| XYZ | 29.75 | 36.5 | 51.93 | - |
| YUV | 154.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 186 | 0.43 | 0.07 | 0 | 0.27 | 189.75 | 0.37 | 0.57 |
| Hex | 6A | AD | BA | 2B | 7 | 0 | 1B | BE | 25 | 39 |
| Octal | 152 | 255 | 272 | 53 | 7 | 0 | 33 | 276 | 45 | 71 |
| Binary | 1101010 | 10101101 | 10111010 | 101011 | 111 | 0 | 11011 | 10111110 | 100101 | 111001 |
Color Harmonies of #6AADBA
Complementary color
Monochromatic Colors of #6AADBA
Black with #6AADBA
Text Example
Text Example
White with #6AADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AADBA; }
p { color: rgb(106,173,186); }
H1.HeaderClassName
{
color: #6AADBA;
}
.AnyTagClassName
{
color: #6AADBA;
}
</style>
background-color css
<style>
a { background-color: #6AADBA; }
a { background-color: rgb(106,173,186); }
div.DivClassName
{
background-color: #6AADBA;
}
.BgClassName
{
background-color: #6AADBA;
}
</style>
border-color css
<style>
span { border-color: #6AADBA; }
span { border-color: rgb(106,173,186); }
td.TdClassName
{
border-color: #6AADBA;
}
.TagClassName
{
border-color: #6AADBA;
}
</style>