Shades of Fountain Blue #6CB5BC
Tints of Fountain Blue #6CB5BC
RGB
CMYK
RGB Variations
Color information
#6CB5BC (or 0x6CB5BC) is known color: Fountain Blue. HEX triplet: 6C, B5 and BC. RGB value is (108,181,188). Sum of RGB (Red+Green+Blue) = 108+181+188=477 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.64% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CB5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB5BC is #934A43. Grayscale: #9F9F9F. Windows color (decimal): -9652804 or 12367212. OLE color: 12367212.
HSL color Cylindrical-coordinate representation of color #6CB5BC: hue angle of 185.25º degrees, saturation: 0.37, 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 #6CB5BC is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 181 | 188 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.26 |
| HSL | 185.25º | 0.37% | 0.58% | - |
| HSV(B) | 185.25º | 0.43% | 0.74% | - |
| XYZ | 31.79 | 39.87 | 53.6 | - |
| YUV | 159.97 | 143.82 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 188 | 0.43 | 0.04 | 0 | 0.26 | 185.25 | 0.37 | 0.58 |
| Hex | 6C | B5 | BC | 2B | 4 | 0 | 1A | B9 | 25 | 3A |
| Octal | 154 | 265 | 274 | 53 | 4 | 0 | 32 | 271 | 45 | 72 |
| Binary | 1101100 | 10110101 | 10111100 | 101011 | 100 | 0 | 11010 | 10111001 | 100101 | 111010 |
Color Harmonies of #6CB5BC
Complementary color
Monochromatic Colors of #6CB5BC
Black with #6CB5BC
Text Example
Text Example
White with #6CB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB5BC; }
p { color: rgb(108,181,188); }
H1.HeaderClassName
{
color: #6CB5BC;
}
.AnyTagClassName
{
color: #6CB5BC;
}
</style>
background-color css
<style>
a { background-color: #6CB5BC; }
a { background-color: rgb(108,181,188); }
div.DivClassName
{
background-color: #6CB5BC;
}
.BgClassName
{
background-color: #6CB5BC;
}
</style>
border-color css
<style>
span { border-color: #6CB5BC; }
span { border-color: rgb(108,181,188); }
td.TdClassName
{
border-color: #6CB5BC;
}
.TagClassName
{
border-color: #6CB5BC;
}
</style>