Shades of Fountain Blue #6FADB5
Tints of Fountain Blue #6FADB5
RGB
CMYK
RGB Variations
Color information
#6FADB5 (or 0x6FADB5) is known color: Fountain Blue. HEX triplet: 6F, AD and B5. RGB value is (111,173,181). Sum of RGB (Red+Green+Blue) = 111+173+181=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 181 - color contains mainly: blue. Hex color #6FADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADB5 is #90524A. Grayscale: #9B9B9B. Windows color (decimal): -9458251 or 11906415. OLE color: 11906415.
HSL color Cylindrical-coordinate representation of color #6FADB5: hue angle of 186.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FADB5 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 173 | 181 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.29 |
| HSL | 186.86º | 0.32% | 0.57% | - |
| HSV(B) | 186.86º | 0.39% | 0.71% | - |
| XYZ | 29.84 | 36.6 | 49.21 | - |
| YUV | 155.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 181 | 0.39 | 0.04 | 0 | 0.29 | 186.86 | 0.32 | 0.57 |
| Hex | 6F | AD | B5 | 27 | 4 | 0 | 1D | BB | 20 | 39 |
| Octal | 157 | 255 | 265 | 47 | 4 | 0 | 35 | 273 | 40 | 71 |
| Binary | 1101111 | 10101101 | 10110101 | 100111 | 100 | 0 | 11101 | 10111011 | 100000 | 111001 |
Color Harmonies of #6FADB5
Complementary color
Monochromatic Colors of #6FADB5
Black with #6FADB5
Text Example
Text Example
White with #6FADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADB5; }
p { color: rgb(111,173,181); }
H1.HeaderClassName
{
color: #6FADB5;
}
.AnyTagClassName
{
color: #6FADB5;
}
</style>
background-color css
<style>
a { background-color: #6FADB5; }
a { background-color: rgb(111,173,181); }
div.DivClassName
{
background-color: #6FADB5;
}
.BgClassName
{
background-color: #6FADB5;
}
</style>
border-color css
<style>
span { border-color: #6FADB5; }
span { border-color: rgb(111,173,181); }
td.TdClassName
{
border-color: #6FADB5;
}
.TagClassName
{
border-color: #6FADB5;
}
</style>