Shades of Fountain Blue #6CB0BA
Tints of Fountain Blue #6CB0BA
RGB
CMYK
RGB Variations
Color information
#6CB0BA (or 0x6CB0BA) is known color: Fountain Blue. HEX triplet: 6C, B0 and BA. RGB value is (108,176,186). Sum of RGB (Red+Green+Blue) = 108+176+186=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CB0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB0BA is #934F45. Grayscale: #9C9C9C. Windows color (decimal): -9654086 or 12234860. OLE color: 12234860.
HSL color Cylindrical-coordinate representation of color #6CB0BA: hue angle of 187.69º 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 #6CB0BA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 176 | 186 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.27 |
| HSL | 187.69º | 0.36% | 0.58% | - |
| HSV(B) | 187.69º | 0.42% | 0.73% | - |
| XYZ | 30.57 | 37.78 | 52.14 | - |
| YUV | 156.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 186 | 0.42 | 0.05 | 0 | 0.27 | 187.69 | 0.36 | 0.58 |
| Hex | 6C | B0 | BA | 2A | 5 | 0 | 1B | BC | 24 | 3A |
| Octal | 154 | 260 | 272 | 52 | 5 | 0 | 33 | 274 | 44 | 72 |
| Binary | 1101100 | 10110000 | 10111010 | 101010 | 101 | 0 | 11011 | 10111100 | 100100 | 111010 |
Color Harmonies of #6CB0BA
Complementary color
Monochromatic Colors of #6CB0BA
Black with #6CB0BA
Text Example
Text Example
White with #6CB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB0BA; }
p { color: rgb(108,176,186); }
H1.HeaderClassName
{
color: #6CB0BA;
}
.AnyTagClassName
{
color: #6CB0BA;
}
</style>
background-color css
<style>
a { background-color: #6CB0BA; }
a { background-color: rgb(108,176,186); }
div.DivClassName
{
background-color: #6CB0BA;
}
.BgClassName
{
background-color: #6CB0BA;
}
</style>
border-color css
<style>
span { border-color: #6CB0BA; }
span { border-color: rgb(108,176,186); }
td.TdClassName
{
border-color: #6CB0BA;
}
.TagClassName
{
border-color: #6CB0BA;
}
</style>