Shades of Fountain Blue #6FBCB9
Tints of Fountain Blue #6FBCB9
RGB
CMYK
RGB Variations
Color information
#6FBCB9 (or 0x6FBCB9) is known color: Fountain Blue. HEX triplet: 6F, BC and B9. RGB value is (111,188,185). Sum of RGB (Red+Green+Blue) = 111+188+185=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCB9 is #904346. Grayscale: #A4A4A4. Windows color (decimal): -9454407 or 12172399. OLE color: 12172399.
HSL color Cylindrical-coordinate representation of color #6FBCB9: hue angle of 177.66º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBCB9 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 185 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.26 |
| HSL | 177.66º | 0.36% | 0.59% | - |
| HSV(B) | 177.66º | 0.41% | 0.74% | - |
| XYZ | 33.3 | 42.85 | 52.41 | - |
| YUV | 164.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 185 | 0.41 | 0 | 0.02 | 0.26 | 177.66 | 0.36 | 0.59 |
| Hex | 6F | BC | B9 | 29 | 0 | 2 | 1A | B2 | 24 | 3B |
| Octal | 157 | 274 | 271 | 51 | 0 | 2 | 32 | 262 | 44 | 73 |
| Binary | 1101111 | 10111100 | 10111001 | 101001 | 0 | 10 | 11010 | 10110010 | 100100 | 111011 |
Color Harmonies of #6FBCB9
Complementary color
Monochromatic Colors of #6FBCB9
Black with #6FBCB9
Text Example
Text Example
White with #6FBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCB9; }
p { color: rgb(111,188,185); }
H1.HeaderClassName
{
color: #6FBCB9;
}
.AnyTagClassName
{
color: #6FBCB9;
}
</style>
background-color css
<style>
a { background-color: #6FBCB9; }
a { background-color: rgb(111,188,185); }
div.DivClassName
{
background-color: #6FBCB9;
}
.BgClassName
{
background-color: #6FBCB9;
}
</style>
border-color css
<style>
span { border-color: #6FBCB9; }
span { border-color: rgb(111,188,185); }
td.TdClassName
{
border-color: #6FBCB9;
}
.TagClassName
{
border-color: #6FBCB9;
}
</style>