Shades of Fountain Blue #6FB7B6
Tints of Fountain Blue #6FB7B6
RGB
CMYK
RGB Variations
Color information
#6FB7B6 (or 0x6FB7B6) is known color: Fountain Blue. HEX triplet: 6F, B7 and B6. RGB value is (111,183,182). Sum of RGB (Red+Green+Blue) = 111+183+182=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB7B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB7B6 is #904849. Grayscale: #A1A1A1. Windows color (decimal): -9455690 or 11974511. OLE color: 11974511.
HSL color Cylindrical-coordinate representation of color #6FB7B6: hue angle of 179.17º 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 #6FB7B6 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 182 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.28 |
| HSL | 179.17º | 0.33% | 0.58% | - |
| HSV(B) | 179.17º | 0.39% | 0.72% | - |
| XYZ | 31.93 | 40.62 | 50.41 | - |
| YUV | 161.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 182 | 0.39 | 0 | 0.01 | 0.28 | 179.17 | 0.33 | 0.58 |
| Hex | 6F | B7 | B6 | 27 | 0 | 1 | 1C | B3 | 21 | 3A |
| Octal | 157 | 267 | 266 | 47 | 0 | 1 | 34 | 263 | 41 | 72 |
| Binary | 1101111 | 10110111 | 10110110 | 100111 | 0 | 1 | 11100 | 10110011 | 100001 | 111010 |
Color Harmonies of #6FB7B6
Complementary color
Monochromatic Colors of #6FB7B6
Black with #6FB7B6
Text Example
Text Example
White with #6FB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB7B6; }
p { color: rgb(111,183,182); }
H1.HeaderClassName
{
color: #6FB7B6;
}
.AnyTagClassName
{
color: #6FB7B6;
}
</style>
background-color css
<style>
a { background-color: #6FB7B6; }
a { background-color: rgb(111,183,182); }
div.DivClassName
{
background-color: #6FB7B6;
}
.BgClassName
{
background-color: #6FB7B6;
}
</style>
border-color css
<style>
span { border-color: #6FB7B6; }
span { border-color: rgb(111,183,182); }
td.TdClassName
{
border-color: #6FB7B6;
}
.TagClassName
{
border-color: #6FB7B6;
}
</style>