Shades of Fountain Blue #6CBAB7
Tints of Fountain Blue #6CBAB7
RGB
CMYK
RGB Variations
Color information
#6CBAB7 (or 0x6CBAB7) is known color: Fountain Blue. HEX triplet: 6C, BA and B7. RGB value is (108,186,183). Sum of RGB (Red+Green+Blue) = 108+186+183=477 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.64% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBAB7 is #934548. Grayscale: #A2A2A2. Windows color (decimal): -9651529 or 12040812. OLE color: 12040812.
HSL color Cylindrical-coordinate representation of color #6CBAB7: hue angle of 177.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 #6CBAB7 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 183 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.27 |
| HSL | 177.69º | 0.36% | 0.58% | - |
| HSV(B) | 177.69º | 0.42% | 0.73% | - |
| XYZ | 32.29 | 41.72 | 51.15 | - |
| YUV | 162.34 | 139.66 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 183 | 0.42 | 0 | 0.02 | 0.27 | 177.69 | 0.36 | 0.58 |
| Hex | 6C | BA | B7 | 2A | 0 | 2 | 1B | B2 | 24 | 3A |
| Octal | 154 | 272 | 267 | 52 | 0 | 2 | 33 | 262 | 44 | 72 |
| Binary | 1101100 | 10111010 | 10110111 | 101010 | 0 | 10 | 11011 | 10110010 | 100100 | 111010 |
Color Harmonies of #6CBAB7
Complementary color
Monochromatic Colors of #6CBAB7
Black with #6CBAB7
Text Example
Text Example
White with #6CBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBAB7; }
p { color: rgb(108,186,183); }
H1.HeaderClassName
{
color: #6CBAB7;
}
.AnyTagClassName
{
color: #6CBAB7;
}
</style>
background-color css
<style>
a { background-color: #6CBAB7; }
a { background-color: rgb(108,186,183); }
div.DivClassName
{
background-color: #6CBAB7;
}
.BgClassName
{
background-color: #6CBAB7;
}
</style>
border-color css
<style>
span { border-color: #6CBAB7; }
span { border-color: rgb(108,186,183); }
td.TdClassName
{
border-color: #6CBAB7;
}
.TagClassName
{
border-color: #6CBAB7;
}
</style>