Shades of Fountain Blue #6CBCB9
Tints of Fountain Blue #6CBCB9
RGB
CMYK
RGB Variations
Color information
#6CBCB9 (or 0x6CBCB9) is known color: Fountain Blue. HEX triplet: 6C, BC and B9. RGB value is (108,188,185). Sum of RGB (Red+Green+Blue) = 108+188+185=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCB9 is #934346. Grayscale: #A3A3A3. Windows color (decimal): -9651015 or 12172396. OLE color: 12172396.
HSL color Cylindrical-coordinate representation of color #6CBCB9: hue angle of 177.75º 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 #6CBCB9 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 185 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.26 |
| HSL | 177.75º | 0.37% | 0.58% | - |
| HSV(B) | 177.75º | 0.43% | 0.74% | - |
| XYZ | 32.92 | 42.66 | 52.4 | - |
| YUV | 163.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 185 | 0.43 | 0 | 0.02 | 0.26 | 177.75 | 0.37 | 0.58 |
| Hex | 6C | BC | B9 | 2B | 0 | 2 | 1A | B2 | 25 | 3A |
| Octal | 154 | 274 | 271 | 53 | 0 | 2 | 32 | 262 | 45 | 72 |
| Binary | 1101100 | 10111100 | 10111001 | 101011 | 0 | 10 | 11010 | 10110010 | 100101 | 111010 |
Color Harmonies of #6CBCB9
Complementary color
Monochromatic Colors of #6CBCB9
Black with #6CBCB9
Text Example
Text Example
White with #6CBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBCB9; }
p { color: rgb(108,188,185); }
H1.HeaderClassName
{
color: #6CBCB9;
}
.AnyTagClassName
{
color: #6CBCB9;
}
</style>
background-color css
<style>
a { background-color: #6CBCB9; }
a { background-color: rgb(108,188,185); }
div.DivClassName
{
background-color: #6CBCB9;
}
.BgClassName
{
background-color: #6CBCB9;
}
</style>
border-color css
<style>
span { border-color: #6CBCB9; }
span { border-color: rgb(108,188,185); }
td.TdClassName
{
border-color: #6CBCB9;
}
.TagClassName
{
border-color: #6CBCB9;
}
</style>