Shades of Fountain Blue #6FADB3
Tints of Fountain Blue #6FADB3
RGB
CMYK
RGB Variations
Color information
#6FADB3 (or 0x6FADB3) is known color: Fountain Blue. HEX triplet: 6F, AD and B3. RGB value is (111,173,179). Sum of RGB (Red+Green+Blue) = 111+173+179=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #6FADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADB3 is #90524C. Grayscale: #9B9B9B. Windows color (decimal): -9458253 or 11775343. OLE color: 11775343.
HSL color Cylindrical-coordinate representation of color #6FADB3: hue angle of 185.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FADB3 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 173 | 179 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.30 |
| HSL | 185.29º | 0.31% | 0.57% | - |
| HSV(B) | 185.29º | 0.38% | 0.7% | - |
| XYZ | 29.64 | 36.52 | 48.14 | - |
| YUV | 155.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 179 | 0.38 | 0.03 | 0 | 0.30 | 185.29 | 0.31 | 0.57 |
| Hex | 6F | AD | B3 | 26 | 3 | 0 | 1E | B9 | 1F | 39 |
| Octal | 157 | 255 | 263 | 46 | 3 | 0 | 36 | 271 | 37 | 71 |
| Binary | 1101111 | 10101101 | 10110011 | 100110 | 11 | 0 | 11110 | 10111001 | 11111 | 111001 |
Color Harmonies of #6FADB3
Complementary color
Monochromatic Colors of #6FADB3
Black with #6FADB3
Text Example
Text Example
White with #6FADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADB3; }
p { color: rgb(111,173,179); }
H1.HeaderClassName
{
color: #6FADB3;
}
.AnyTagClassName
{
color: #6FADB3;
}
</style>
background-color css
<style>
a { background-color: #6FADB3; }
a { background-color: rgb(111,173,179); }
div.DivClassName
{
background-color: #6FADB3;
}
.BgClassName
{
background-color: #6FADB3;
}
</style>
border-color css
<style>
span { border-color: #6FADB3; }
span { border-color: rgb(111,173,179); }
td.TdClassName
{
border-color: #6FADB3;
}
.TagClassName
{
border-color: #6FADB3;
}
</style>