Shades of Fountain Blue #6FABB3
Tints of Fountain Blue #6FABB3
RGB
CMYK
RGB Variations
Color information
#6FABB3 (or 0x6FABB3) is known color: Fountain Blue. HEX triplet: 6F, AB and B3. RGB value is (111,171,179). Sum of RGB (Red+Green+Blue) = 111+171+179=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #6FABB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABB3 is #90544C. Grayscale: #999999. Windows color (decimal): -9458765 or 11774831. OLE color: 11774831.
HSL color Cylindrical-coordinate representation of color #6FABB3: hue angle of 187.06º 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 #6FABB3 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 171 | 179 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.30 |
| HSL | 187.06º | 0.31% | 0.57% | - |
| HSV(B) | 187.06º | 0.38% | 0.7% | - |
| XYZ | 29.26 | 35.76 | 48.01 | - |
| YUV | 153.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 179 | 0.38 | 0.04 | 0 | 0.30 | 187.06 | 0.31 | 0.57 |
| Hex | 6F | AB | B3 | 26 | 4 | 0 | 1E | BB | 1F | 39 |
| Octal | 157 | 253 | 263 | 46 | 4 | 0 | 36 | 273 | 37 | 71 |
| Binary | 1101111 | 10101011 | 10110011 | 100110 | 100 | 0 | 11110 | 10111011 | 11111 | 111001 |
Color Harmonies of #6FABB3
Complementary color
Monochromatic Colors of #6FABB3
Black with #6FABB3
Text Example
Text Example
White with #6FABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABB3; }
p { color: rgb(111,171,179); }
H1.HeaderClassName
{
color: #6FABB3;
}
.AnyTagClassName
{
color: #6FABB3;
}
</style>
background-color css
<style>
a { background-color: #6FABB3; }
a { background-color: rgb(111,171,179); }
div.DivClassName
{
background-color: #6FABB3;
}
.BgClassName
{
background-color: #6FABB3;
}
</style>
border-color css
<style>
span { border-color: #6FABB3; }
span { border-color: rgb(111,171,179); }
td.TdClassName
{
border-color: #6FABB3;
}
.TagClassName
{
border-color: #6FABB3;
}
</style>