Shades of Fountain Blue #6DAAAD
Tints of Fountain Blue #6DAAAD
RGB
CMYK
RGB Variations
Color information
#6DAAAD (or 0x6DAAAD) is known color: Fountain Blue. HEX triplet: 6D, AA and AD. RGB value is (109,170,173). Sum of RGB (Red+Green+Blue) = 109+170+173=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #6DAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAAAD is #925552. Grayscale: #989898. Windows color (decimal): -9590099 or 11381357. OLE color: 11381357.
HSL color Cylindrical-coordinate representation of color #6DAAAD: hue angle of 182.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAAAD is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 170 | 173 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.32 |
| HSL | 182.81º | 0.28% | 0.55% | - |
| HSV(B) | 182.81º | 0.37% | 0.68% | - |
| XYZ | 28.22 | 35.02 | 44.81 | - |
| YUV | 152.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 173 | 0.37 | 0.02 | 0 | 0.32 | 182.81 | 0.28 | 0.55 |
| Hex | 6D | AA | AD | 25 | 2 | 0 | 20 | B7 | 1C | 37 |
| Octal | 155 | 252 | 255 | 45 | 2 | 0 | 40 | 267 | 34 | 67 |
| Binary | 1101101 | 10101010 | 10101101 | 100101 | 10 | 0 | 100000 | 10110111 | 11100 | 110111 |
Color Harmonies of #6DAAAD
Complementary color
Monochromatic Colors of #6DAAAD
Black with #6DAAAD
Text Example
Text Example
White with #6DAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAAAD; }
p { color: rgb(109,170,173); }
H1.HeaderClassName
{
color: #6DAAAD;
}
.AnyTagClassName
{
color: #6DAAAD;
}
</style>
background-color css
<style>
a { background-color: #6DAAAD; }
a { background-color: rgb(109,170,173); }
div.DivClassName
{
background-color: #6DAAAD;
}
.BgClassName
{
background-color: #6DAAAD;
}
</style>
border-color css
<style>
span { border-color: #6DAAAD; }
span { border-color: rgb(109,170,173); }
td.TdClassName
{
border-color: #6DAAAD;
}
.TagClassName
{
border-color: #6DAAAD;
}
</style>