Shades of Fountain Blue #6CBBBB
Tints of Fountain Blue #6CBBBB
RGB
CMYK
RGB Variations
Color information
#6CBBBB (or 0x6CBBBB) is known color: Fountain Blue. HEX triplet: 6C, BB and BB. RGB value is (108,187,187). Sum of RGB (Red+Green+Blue) = 108+187+187=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #6CBBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBBB is #934444. Grayscale: #A3A3A3. Windows color (decimal): -9651269 or 12303212. OLE color: 12303212.
HSL color Cylindrical-coordinate representation of color #6CBBBB: hue angle of 180º 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 #6CBBBB is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 187 | 187 | - |
| CMYK | 0.42 | 0 | 0 | 0.27 |
| HSL | 180º | 0.37% | 0.58% | - |
| HSV(B) | 180º | 0.42% | 0.73% | - |
| XYZ | 32.92 | 42.32 | 53.45 | - |
| YUV | 163.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 187 | 187 | 0.42 | 0 | 0 | 0.27 | 180 | 0.37 | 0.58 |
| Hex | 6C | BB | BB | 2A | 0 | 0 | 1B | B4 | 25 | 3A |
| Octal | 154 | 273 | 273 | 52 | 0 | 0 | 33 | 264 | 45 | 72 |
| Binary | 1101100 | 10111011 | 10111011 | 101010 | 0 | 0 | 11011 | 10110100 | 100101 | 111010 |
Color Harmonies of #6CBBBB
Complementary color
Monochromatic Colors of #6CBBBB
Black with #6CBBBB
Text Example
Text Example
White with #6CBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBBBB; }
p { color: rgb(108,187,187); }
H1.HeaderClassName
{
color: #6CBBBB;
}
.AnyTagClassName
{
color: #6CBBBB;
}
</style>
background-color css
<style>
a { background-color: #6CBBBB; }
a { background-color: rgb(108,187,187); }
div.DivClassName
{
background-color: #6CBBBB;
}
.BgClassName
{
background-color: #6CBBBB;
}
</style>
border-color css
<style>
span { border-color: #6CBBBB; }
span { border-color: rgb(108,187,187); }
td.TdClassName
{
border-color: #6CBBBB;
}
.TagClassName
{
border-color: #6CBBBB;
}
</style>