Shades of Fountain Blue #6BB2BC
Tints of Fountain Blue #6BB2BC
RGB
CMYK
RGB Variations
Color information
#6BB2BC (or 0x6BB2BC) is known color: Fountain Blue. HEX triplet: 6B, B2 and BC. RGB value is (107,178,188). Sum of RGB (Red+Green+Blue) = 107+178+188=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BB2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB2BC is #944D43. Grayscale: #9D9D9D. Windows color (decimal): -9719108 or 12366443. OLE color: 12366443.
HSL color Cylindrical-coordinate representation of color #6BB2BC: hue angle of 187.41º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BB2BC is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 178 | 188 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.26 |
| HSL | 187.41º | 0.38% | 0.58% | - |
| HSV(B) | 187.41º | 0.43% | 0.74% | - |
| XYZ | 31.06 | 38.6 | 53.39 | - |
| YUV | 157.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 188 | 0.43 | 0.05 | 0 | 0.26 | 187.41 | 0.38 | 0.58 |
| Hex | 6B | B2 | BC | 2B | 5 | 0 | 1A | BB | 26 | 3A |
| Octal | 153 | 262 | 274 | 53 | 5 | 0 | 32 | 273 | 46 | 72 |
| Binary | 1101011 | 10110010 | 10111100 | 101011 | 101 | 0 | 11010 | 10111011 | 100110 | 111010 |
Color Harmonies of #6BB2BC
Complementary color
Monochromatic Colors of #6BB2BC
Black with #6BB2BC
Text Example
Text Example
White with #6BB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB2BC; }
p { color: rgb(107,178,188); }
H1.HeaderClassName
{
color: #6BB2BC;
}
.AnyTagClassName
{
color: #6BB2BC;
}
</style>
background-color css
<style>
a { background-color: #6BB2BC; }
a { background-color: rgb(107,178,188); }
div.DivClassName
{
background-color: #6BB2BC;
}
.BgClassName
{
background-color: #6BB2BC;
}
</style>
border-color css
<style>
span { border-color: #6BB2BC; }
span { border-color: rgb(107,178,188); }
td.TdClassName
{
border-color: #6BB2BC;
}
.TagClassName
{
border-color: #6BB2BC;
}
</style>