Shades of Fountain Blue #6FACB2
Tints of Fountain Blue #6FACB2
RGB
CMYK
RGB Variations
Color information
#6FACB2 (or 0x6FACB2) is known color: Fountain Blue. HEX triplet: 6F, AC and B2. RGB value is (111,172,178). Sum of RGB (Red+Green+Blue) = 111+172+178=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 178 - color contains mainly: blue. Hex color #6FACB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACB2 is #90534D. Grayscale: #9A9A9A. Windows color (decimal): -9458510 or 11709551. OLE color: 11709551.
HSL color Cylindrical-coordinate representation of color #6FACB2: hue angle of 185.37º degrees, saturation: 0.3, 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 #6FACB2 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 172 | 178 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.30 |
| HSL | 185.37º | 0.3% | 0.57% | - |
| HSV(B) | 185.37º | 0.38% | 0.7% | - |
| XYZ | 29.34 | 36.1 | 47.54 | - |
| YUV | 154.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 178 | 0.38 | 0.03 | 0 | 0.30 | 185.37 | 0.3 | 0.57 |
| Hex | 6F | AC | B2 | 26 | 3 | 0 | 1E | B9 | 1E | 39 |
| Octal | 157 | 254 | 262 | 46 | 3 | 0 | 36 | 271 | 36 | 71 |
| Binary | 1101111 | 10101100 | 10110010 | 100110 | 11 | 0 | 11110 | 10111001 | 11110 | 111001 |
Color Harmonies of #6FACB2
Complementary color
Monochromatic Colors of #6FACB2
Black with #6FACB2
Text Example
Text Example
White with #6FACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACB2; }
p { color: rgb(111,172,178); }
H1.HeaderClassName
{
color: #6FACB2;
}
.AnyTagClassName
{
color: #6FACB2;
}
</style>
background-color css
<style>
a { background-color: #6FACB2; }
a { background-color: rgb(111,172,178); }
div.DivClassName
{
background-color: #6FACB2;
}
.BgClassName
{
background-color: #6FACB2;
}
</style>
border-color css
<style>
span { border-color: #6FACB2; }
span { border-color: rgb(111,172,178); }
td.TdClassName
{
border-color: #6FACB2;
}
.TagClassName
{
border-color: #6FACB2;
}
</style>