Shades of Fountain Blue #6BAFBB
Tints of Fountain Blue #6BAFBB
RGB
CMYK
RGB Variations
Color information
#6BAFBB (or 0x6BAFBB) is known color: Fountain Blue. HEX triplet: 6B, AF and BB. RGB value is (107,175,187). Sum of RGB (Red+Green+Blue) = 107+175+187=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #6BAFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFBB is #945044. Grayscale: #9B9B9B. Windows color (decimal): -9719877 or 12300139. OLE color: 12300139.
HSL color Cylindrical-coordinate representation of color #6BAFBB: hue angle of 189º 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 #6BAFBB is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 175 | 187 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.27 |
| HSL | 189º | 0.37% | 0.58% | - |
| HSV(B) | 189º | 0.43% | 0.73% | - |
| XYZ | 30.36 | 37.37 | 52.63 | - |
| YUV | 156.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 187 | 0.43 | 0.06 | 0 | 0.27 | 189 | 0.37 | 0.58 |
| Hex | 6B | AF | BB | 2B | 6 | 0 | 1B | BD | 25 | 3A |
| Octal | 153 | 257 | 273 | 53 | 6 | 0 | 33 | 275 | 45 | 72 |
| Binary | 1101011 | 10101111 | 10111011 | 101011 | 110 | 0 | 11011 | 10111101 | 100101 | 111010 |
Color Harmonies of #6BAFBB
Complementary color
Monochromatic Colors of #6BAFBB
Black with #6BAFBB
Text Example
Text Example
White with #6BAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFBB; }
p { color: rgb(107,175,187); }
H1.HeaderClassName
{
color: #6BAFBB;
}
.AnyTagClassName
{
color: #6BAFBB;
}
</style>
background-color css
<style>
a { background-color: #6BAFBB; }
a { background-color: rgb(107,175,187); }
div.DivClassName
{
background-color: #6BAFBB;
}
.BgClassName
{
background-color: #6BAFBB;
}
</style>
border-color css
<style>
span { border-color: #6BAFBB; }
span { border-color: rgb(107,175,187); }
td.TdClassName
{
border-color: #6BAFBB;
}
.TagClassName
{
border-color: #6BAFBB;
}
</style>