Shades of Fountain Blue #6CB1BB
Tints of Fountain Blue #6CB1BB
RGB
CMYK
RGB Variations
Color information
#6CB1BB (or 0x6CB1BB) is known color: Fountain Blue. HEX triplet: 6C, B1 and BB. RGB value is (108,177,187). Sum of RGB (Red+Green+Blue) = 108+177+187=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #6CB1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB1BB is #934E44. Grayscale: #9D9D9D. Windows color (decimal): -9653829 or 12300652. OLE color: 12300652.
HSL color Cylindrical-coordinate representation of color #6CB1BB: hue angle of 187.59º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CB1BB is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 177 | 187 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.27 |
| HSL | 187.59º | 0.37% | 0.58% | - |
| HSV(B) | 187.59º | 0.42% | 0.73% | - |
| XYZ | 30.88 | 38.22 | 52.76 | - |
| YUV | 157.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 187 | 0.42 | 0.05 | 0 | 0.27 | 187.59 | 0.37 | 0.58 |
| Hex | 6C | B1 | BB | 2A | 5 | 0 | 1B | BC | 25 | 3A |
| Octal | 154 | 261 | 273 | 52 | 5 | 0 | 33 | 274 | 45 | 72 |
| Binary | 1101100 | 10110001 | 10111011 | 101010 | 101 | 0 | 11011 | 10111100 | 100101 | 111010 |
Color Harmonies of #6CB1BB
Complementary color
Monochromatic Colors of #6CB1BB
Black with #6CB1BB
Text Example
Text Example
White with #6CB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB1BB; }
p { color: rgb(108,177,187); }
H1.HeaderClassName
{
color: #6CB1BB;
}
.AnyTagClassName
{
color: #6CB1BB;
}
</style>
background-color css
<style>
a { background-color: #6CB1BB; }
a { background-color: rgb(108,177,187); }
div.DivClassName
{
background-color: #6CB1BB;
}
.BgClassName
{
background-color: #6CB1BB;
}
</style>
border-color css
<style>
span { border-color: #6CB1BB; }
span { border-color: rgb(108,177,187); }
td.TdClassName
{
border-color: #6CB1BB;
}
.TagClassName
{
border-color: #6CB1BB;
}
</style>