Shades of Fountain Blue #6BAAB9
Tints of Fountain Blue #6BAAB9
RGB
CMYK
RGB Variations
Color information
#6BAAB9 (or 0x6BAAB9) is known color: Fountain Blue. HEX triplet: 6B, AA and B9. RGB value is (107,170,185). Sum of RGB (Red+Green+Blue) = 107+170+185=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #6BAAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAAB9 is #945546. Grayscale: #989898. Windows color (decimal): -9721159 or 12167787. OLE color: 12167787.
HSL color Cylindrical-coordinate representation of color #6BAAB9: hue angle of 191.54º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BAAB9 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 170 | 185 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.27 |
| HSL | 191.54º | 0.36% | 0.57% | - |
| HSV(B) | 191.54º | 0.42% | 0.73% | - |
| XYZ | 29.2 | 35.38 | 51.19 | - |
| YUV | 152.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 185 | 0.42 | 0.08 | 0 | 0.27 | 191.54 | 0.36 | 0.57 |
| Hex | 6B | AA | B9 | 2A | 8 | 0 | 1B | C0 | 24 | 39 |
| Octal | 153 | 252 | 271 | 52 | 10 | 0 | 33 | 300 | 44 | 71 |
| Binary | 1101011 | 10101010 | 10111001 | 101010 | 1000 | 0 | 11011 | 11000000 | 100100 | 111001 |
Color Harmonies of #6BAAB9
Complementary color
Monochromatic Colors of #6BAAB9
Black with #6BAAB9
Text Example
Text Example
White with #6BAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAAB9; }
p { color: rgb(107,170,185); }
H1.HeaderClassName
{
color: #6BAAB9;
}
.AnyTagClassName
{
color: #6BAAB9;
}
</style>
background-color css
<style>
a { background-color: #6BAAB9; }
a { background-color: rgb(107,170,185); }
div.DivClassName
{
background-color: #6BAAB9;
}
.BgClassName
{
background-color: #6BAAB9;
}
</style>
border-color css
<style>
span { border-color: #6BAAB9; }
span { border-color: rgb(107,170,185); }
td.TdClassName
{
border-color: #6BAAB9;
}
.TagClassName
{
border-color: #6BAAB9;
}
</style>