Shades of Fountain Blue #6DBCBC
Tints of Fountain Blue #6DBCBC
RGB
CMYK
RGB Variations
Color information
#6DBCBC (or 0x6DBCBC) is known color: Fountain Blue. HEX triplet: 6D, BC and BC. RGB value is (109,188,188). Sum of RGB (Red+Green+Blue) = 109+188+188=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #6DBCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCBC is #924343. Grayscale: #A4A4A4. Windows color (decimal): -9585476 or 12369005. OLE color: 12369005.
HSL color Cylindrical-coordinate representation of color #6DBCBC: hue angle of 180º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBCBC is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 188 | - |
| CMYK | 0.42 | 0 | 0 | 0.26 |
| HSL | 180º | 0.37% | 0.58% | - |
| HSV(B) | 180º | 0.42% | 0.74% | - |
| XYZ | 33.37 | 42.85 | 54.09 | - |
| YUV | 164.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 188 | 0.42 | 0 | 0 | 0.26 | 180 | 0.37 | 0.58 |
| Hex | 6D | BC | BC | 2A | 0 | 0 | 1A | B4 | 25 | 3A |
| Octal | 155 | 274 | 274 | 52 | 0 | 0 | 32 | 264 | 45 | 72 |
| Binary | 1101101 | 10111100 | 10111100 | 101010 | 0 | 0 | 11010 | 10110100 | 100101 | 111010 |
Color Harmonies of #6DBCBC
Complementary color
Monochromatic Colors of #6DBCBC
Black with #6DBCBC
Text Example
Text Example
White with #6DBCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCBC; }
p { color: rgb(109,188,188); }
H1.HeaderClassName
{
color: #6DBCBC;
}
.AnyTagClassName
{
color: #6DBCBC;
}
</style>
background-color css
<style>
a { background-color: #6DBCBC; }
a { background-color: rgb(109,188,188); }
div.DivClassName
{
background-color: #6DBCBC;
}
.BgClassName
{
background-color: #6DBCBC;
}
</style>
border-color css
<style>
span { border-color: #6DBCBC; }
span { border-color: rgb(109,188,188); }
td.TdClassName
{
border-color: #6DBCBC;
}
.TagClassName
{
border-color: #6DBCBC;
}
</style>