Shades of Fountain Blue #6CBBB7
Tints of Fountain Blue #6CBBB7
RGB
CMYK
RGB Variations
Color information
#6CBBB7 (or 0x6CBBB7) is known color: Fountain Blue. HEX triplet: 6C, BB and B7. RGB value is (108,187,183). Sum of RGB (Red+Green+Blue) = 108+187+183=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBB7 is #934448. Grayscale: #A2A2A2. Windows color (decimal): -9651273 or 12041068. OLE color: 12041068.
HSL color Cylindrical-coordinate representation of color #6CBBB7: hue angle of 176.96º 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 #6CBBB7 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 187 | 183 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.27 |
| HSL | 176.96º | 0.37% | 0.58% | - |
| HSV(B) | 176.96º | 0.42% | 0.73% | - |
| XYZ | 32.5 | 42.15 | 51.22 | - |
| YUV | 162.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 187 | 183 | 0.42 | 0 | 0.02 | 0.27 | 176.96 | 0.37 | 0.58 |
| Hex | 6C | BB | B7 | 2A | 0 | 2 | 1B | B1 | 25 | 3A |
| Octal | 154 | 273 | 267 | 52 | 0 | 2 | 33 | 261 | 45 | 72 |
| Binary | 1101100 | 10111011 | 10110111 | 101010 | 0 | 10 | 11011 | 10110001 | 100101 | 111010 |
Color Harmonies of #6CBBB7
Complementary color
Monochromatic Colors of #6CBBB7
Black with #6CBBB7
Text Example
Text Example
White with #6CBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBBB7; }
p { color: rgb(108,187,183); }
H1.HeaderClassName
{
color: #6CBBB7;
}
.AnyTagClassName
{
color: #6CBBB7;
}
</style>
background-color css
<style>
a { background-color: #6CBBB7; }
a { background-color: rgb(108,187,183); }
div.DivClassName
{
background-color: #6CBBB7;
}
.BgClassName
{
background-color: #6CBBB7;
}
</style>
border-color css
<style>
span { border-color: #6CBBB7; }
span { border-color: rgb(108,187,183); }
td.TdClassName
{
border-color: #6CBBB7;
}
.TagClassName
{
border-color: #6CBBB7;
}
</style>