Shades of Fountain Blue #6BADBB
Tints of Fountain Blue #6BADBB
RGB
CMYK
RGB Variations
Color information
#6BADBB (or 0x6BADBB) is known color: Fountain Blue. HEX triplet: 6B, AD and BB. RGB value is (107,173,187). Sum of RGB (Red+Green+Blue) = 107+173+187=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #6BADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADBB is #945244. Grayscale: #9A9A9A. Windows color (decimal): -9720389 or 12299627. OLE color: 12299627.
HSL color Cylindrical-coordinate representation of color #6BADBB: hue angle of 190.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BADBB is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 173 | 187 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.27 |
| HSL | 190.5º | 0.37% | 0.58% | - |
| HSV(B) | 190.5º | 0.43% | 0.73% | - |
| XYZ | 29.98 | 36.6 | 52.5 | - |
| YUV | 154.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 187 | 0.43 | 0.07 | 0 | 0.27 | 190.5 | 0.37 | 0.58 |
| Hex | 6B | AD | BB | 2B | 7 | 0 | 1B | BE | 25 | 3A |
| Octal | 153 | 255 | 273 | 53 | 7 | 0 | 33 | 276 | 45 | 72 |
| Binary | 1101011 | 10101101 | 10111011 | 101011 | 111 | 0 | 11011 | 10111110 | 100101 | 111010 |
Color Harmonies of #6BADBB
Complementary color
Monochromatic Colors of #6BADBB
Black with #6BADBB
Text Example
Text Example
White with #6BADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADBB; }
p { color: rgb(107,173,187); }
H1.HeaderClassName
{
color: #6BADBB;
}
.AnyTagClassName
{
color: #6BADBB;
}
</style>
background-color css
<style>
a { background-color: #6BADBB; }
a { background-color: rgb(107,173,187); }
div.DivClassName
{
background-color: #6BADBB;
}
.BgClassName
{
background-color: #6BADBB;
}
</style>
border-color css
<style>
span { border-color: #6BADBB; }
span { border-color: rgb(107,173,187); }
td.TdClassName
{
border-color: #6BADBB;
}
.TagClassName
{
border-color: #6BADBB;
}
</style>