Shades of Fountain Blue #6CB5BA
Tints of Fountain Blue #6CB5BA
RGB
CMYK
RGB Variations
Color information
#6CB5BA (or 0x6CB5BA) is known color: Fountain Blue. HEX triplet: 6C, B5 and BA. RGB value is (108,181,186). Sum of RGB (Red+Green+Blue) = 108+181+186=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CB5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB5BA is #934A45. Grayscale: #9F9F9F. Windows color (decimal): -9652806 or 12236140. OLE color: 12236140.
HSL color Cylindrical-coordinate representation of color #6CB5BA: hue angle of 183.85º degrees, saturation: 0.36, 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 #6CB5BA is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 181 | 186 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.27 |
| HSL | 183.85º | 0.36% | 0.58% | - |
| HSV(B) | 183.85º | 0.42% | 0.73% | - |
| XYZ | 31.57 | 39.78 | 52.47 | - |
| YUV | 159.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 186 | 0.42 | 0.03 | 0 | 0.27 | 183.85 | 0.36 | 0.58 |
| Hex | 6C | B5 | BA | 2A | 3 | 0 | 1B | B8 | 24 | 3A |
| Octal | 154 | 265 | 272 | 52 | 3 | 0 | 33 | 270 | 44 | 72 |
| Binary | 1101100 | 10110101 | 10111010 | 101010 | 11 | 0 | 11011 | 10111000 | 100100 | 111010 |
Color Harmonies of #6CB5BA
Complementary color
Monochromatic Colors of #6CB5BA
Black with #6CB5BA
Text Example
Text Example
White with #6CB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB5BA; }
p { color: rgb(108,181,186); }
H1.HeaderClassName
{
color: #6CB5BA;
}
.AnyTagClassName
{
color: #6CB5BA;
}
</style>
background-color css
<style>
a { background-color: #6CB5BA; }
a { background-color: rgb(108,181,186); }
div.DivClassName
{
background-color: #6CB5BA;
}
.BgClassName
{
background-color: #6CB5BA;
}
</style>
border-color css
<style>
span { border-color: #6CB5BA; }
span { border-color: rgb(108,181,186); }
td.TdClassName
{
border-color: #6CB5BA;
}
.TagClassName
{
border-color: #6CB5BA;
}
</style>