Shades of Fountain Blue #6DAAAF
Tints of Fountain Blue #6DAAAF
RGB
CMYK
RGB Variations
Color information
#6DAAAF (or 0x6DAAAF) is known color: Fountain Blue. HEX triplet: 6D, AA and AF. RGB value is (109,170,175). Sum of RGB (Red+Green+Blue) = 109+170+175=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #6DAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAAAF is #925550. Grayscale: #989898. Windows color (decimal): -9590097 or 11512429. OLE color: 11512429.
HSL color Cylindrical-coordinate representation of color #6DAAAF: hue angle of 184.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAAAF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 170 | 175 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.31 |
| HSL | 184.55º | 0.29% | 0.56% | - |
| HSV(B) | 184.55º | 0.38% | 0.69% | - |
| XYZ | 28.42 | 35.1 | 45.83 | - |
| YUV | 152.33 | 140.79 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 175 | 0.38 | 0.03 | 0 | 0.31 | 184.55 | 0.29 | 0.56 |
| Hex | 6D | AA | AF | 26 | 3 | 0 | 1F | B9 | 1D | 38 |
| Octal | 155 | 252 | 257 | 46 | 3 | 0 | 37 | 271 | 35 | 70 |
| Binary | 1101101 | 10101010 | 10101111 | 100110 | 11 | 0 | 11111 | 10111001 | 11101 | 111000 |
Color Harmonies of #6DAAAF
Complementary color
Monochromatic Colors of #6DAAAF
Black with #6DAAAF
Text Example
Text Example
White with #6DAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAAAF; }
p { color: rgb(109,170,175); }
H1.HeaderClassName
{
color: #6DAAAF;
}
.AnyTagClassName
{
color: #6DAAAF;
}
</style>
background-color css
<style>
a { background-color: #6DAAAF; }
a { background-color: rgb(109,170,175); }
div.DivClassName
{
background-color: #6DAAAF;
}
.BgClassName
{
background-color: #6DAAAF;
}
</style>
border-color css
<style>
span { border-color: #6DAAAF; }
span { border-color: rgb(109,170,175); }
td.TdClassName
{
border-color: #6DAAAF;
}
.TagClassName
{
border-color: #6DAAAF;
}
</style>