Shades of Fountain Blue #6FAFB6
Tints of Fountain Blue #6FAFB6
RGB
CMYK
RGB Variations
Color information
#6FAFB6 (or 0x6FAFB6) is known color: Fountain Blue. HEX triplet: 6F, AF and B6. RGB value is (111,175,182). Sum of RGB (Red+Green+Blue) = 111+175+182=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 182 - color contains mainly: blue. Hex color #6FAFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFB6 is #905049. Grayscale: #9C9C9C. Windows color (decimal): -9457738 or 11972463. OLE color: 11972463.
HSL color Cylindrical-coordinate representation of color #6FAFB6: hue angle of 185.92º degrees, saturation: 0.33, 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 #6FAFB6 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 175 | 182 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.29 |
| HSL | 185.92º | 0.33% | 0.57% | - |
| HSV(B) | 185.92º | 0.39% | 0.71% | - |
| XYZ | 30.33 | 37.42 | 49.88 | - |
| YUV | 156.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 182 | 0.39 | 0.04 | 0 | 0.29 | 185.92 | 0.33 | 0.57 |
| Hex | 6F | AF | B6 | 27 | 4 | 0 | 1D | BA | 21 | 39 |
| Octal | 157 | 257 | 266 | 47 | 4 | 0 | 35 | 272 | 41 | 71 |
| Binary | 1101111 | 10101111 | 10110110 | 100111 | 100 | 0 | 11101 | 10111010 | 100001 | 111001 |
Color Harmonies of #6FAFB6
Complementary color
Monochromatic Colors of #6FAFB6
Black with #6FAFB6
Text Example
Text Example
White with #6FAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFB6; }
p { color: rgb(111,175,182); }
H1.HeaderClassName
{
color: #6FAFB6;
}
.AnyTagClassName
{
color: #6FAFB6;
}
</style>
background-color css
<style>
a { background-color: #6FAFB6; }
a { background-color: rgb(111,175,182); }
div.DivClassName
{
background-color: #6FAFB6;
}
.BgClassName
{
background-color: #6FAFB6;
}
</style>
border-color css
<style>
span { border-color: #6FAFB6; }
span { border-color: rgb(111,175,182); }
td.TdClassName
{
border-color: #6FAFB6;
}
.TagClassName
{
border-color: #6FAFB6;
}
</style>