Shades of Fountain Blue #6DAAB7
Tints of Fountain Blue #6DAAB7
RGB
CMYK
RGB Variations
Color information
#6DAAB7 (or 0x6DAAB7) is known color: Fountain Blue. HEX triplet: 6D, AA and B7. RGB value is (109,170,183). Sum of RGB (Red+Green+Blue) = 109+170+183=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 183 - color contains mainly: blue. Hex color #6DAAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAAB7 is #925548. Grayscale: #999999. Windows color (decimal): -9590089 or 12036717. OLE color: 12036717.
HSL color Cylindrical-coordinate representation of color #6DAAB7: hue angle of 190.54º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DAAB7 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 170 | 183 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.28 |
| HSL | 190.54º | 0.34% | 0.57% | - |
| HSV(B) | 190.54º | 0.4% | 0.72% | - |
| XYZ | 29.23 | 35.42 | 50.1 | - |
| YUV | 153.24 | 144.79 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 183 | 0.40 | 0.07 | 0 | 0.28 | 190.54 | 0.34 | 0.57 |
| Hex | 6D | AA | B7 | 28 | 7 | 0 | 1C | BF | 22 | 39 |
| Octal | 155 | 252 | 267 | 50 | 7 | 0 | 34 | 277 | 42 | 71 |
| Binary | 1101101 | 10101010 | 10110111 | 101000 | 111 | 0 | 11100 | 10111111 | 100010 | 111001 |
Color Harmonies of #6DAAB7
Complementary color
Monochromatic Colors of #6DAAB7
Black with #6DAAB7
Text Example
Text Example
White with #6DAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAAB7; }
p { color: rgb(109,170,183); }
H1.HeaderClassName
{
color: #6DAAB7;
}
.AnyTagClassName
{
color: #6DAAB7;
}
</style>
background-color css
<style>
a { background-color: #6DAAB7; }
a { background-color: rgb(109,170,183); }
div.DivClassName
{
background-color: #6DAAB7;
}
.BgClassName
{
background-color: #6DAAB7;
}
</style>
border-color css
<style>
span { border-color: #6DAAB7; }
span { border-color: rgb(109,170,183); }
td.TdClassName
{
border-color: #6DAAB7;
}
.TagClassName
{
border-color: #6DAAB7;
}
</style>