Shades of Fountain Blue #6FAFB7
Tints of Fountain Blue #6FAFB7
RGB
CMYK
RGB Variations
Color information
#6FAFB7 (or 0x6FAFB7) is known color: Fountain Blue. HEX triplet: 6F, AF and B7. RGB value is (111,175,183). Sum of RGB (Red+Green+Blue) = 111+175+183=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 183 - color contains mainly: blue. Hex color #6FAFB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFB7 is #905048. Grayscale: #9C9C9C. Windows color (decimal): -9457737 or 12037999. OLE color: 12037999.
HSL color Cylindrical-coordinate representation of color #6FAFB7: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FAFB7 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 175 | 183 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.28 |
| HSL | 186.67º | 0.33% | 0.58% | - |
| HSV(B) | 186.67º | 0.39% | 0.72% | - |
| XYZ | 30.43 | 37.46 | 50.43 | - |
| YUV | 156.78 | 142.8 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 183 | 0.39 | 0.04 | 0 | 0.28 | 186.67 | 0.33 | 0.58 |
| Hex | 6F | AF | B7 | 27 | 4 | 0 | 1C | BB | 21 | 3A |
| Octal | 157 | 257 | 267 | 47 | 4 | 0 | 34 | 273 | 41 | 72 |
| Binary | 1101111 | 10101111 | 10110111 | 100111 | 100 | 0 | 11100 | 10111011 | 100001 | 111010 |
Color Harmonies of #6FAFB7
Complementary color
Monochromatic Colors of #6FAFB7
Black with #6FAFB7
Text Example
Text Example
White with #6FAFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFB7; }
p { color: rgb(111,175,183); }
H1.HeaderClassName
{
color: #6FAFB7;
}
.AnyTagClassName
{
color: #6FAFB7;
}
</style>
background-color css
<style>
a { background-color: #6FAFB7; }
a { background-color: rgb(111,175,183); }
div.DivClassName
{
background-color: #6FAFB7;
}
.BgClassName
{
background-color: #6FAFB7;
}
</style>
border-color css
<style>
span { border-color: #6FAFB7; }
span { border-color: rgb(111,175,183); }
td.TdClassName
{
border-color: #6FAFB7;
}
.TagClassName
{
border-color: #6FAFB7;
}
</style>