Shades of Fountain Blue #6BA6AC
Tints of Fountain Blue #6BA6AC
RGB
CMYK
RGB Variations
Color information
#6BA6AC (or 0x6BA6AC) is known color: Fountain Blue. HEX triplet: 6B, A6 and AC. RGB value is (107,166,172). Sum of RGB (Red+Green+Blue) = 107+166+172=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #6BA6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA6AC is #945953. Grayscale: #949494. Windows color (decimal): -9722196 or 11314795. OLE color: 11314795.
HSL color Cylindrical-coordinate representation of color #6BA6AC: hue angle of 185.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BA6AC is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 166 | 172 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.33 |
| HSL | 185.54º | 0.28% | 0.55% | - |
| HSV(B) | 185.54º | 0.38% | 0.67% | - |
| XYZ | 27.15 | 33.38 | 44.04 | - |
| YUV | 149.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 172 | 0.38 | 0.03 | 0 | 0.33 | 185.54 | 0.28 | 0.55 |
| Hex | 6B | A6 | AC | 26 | 3 | 0 | 21 | BA | 1C | 37 |
| Octal | 153 | 246 | 254 | 46 | 3 | 0 | 41 | 272 | 34 | 67 |
| Binary | 1101011 | 10100110 | 10101100 | 100110 | 11 | 0 | 100001 | 10111010 | 11100 | 110111 |
Color Harmonies of #6BA6AC
Complementary color
Monochromatic Colors of #6BA6AC
Black with #6BA6AC
Text Example
Text Example
White with #6BA6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA6AC; }
p { color: rgb(107,166,172); }
H1.HeaderClassName
{
color: #6BA6AC;
}
.AnyTagClassName
{
color: #6BA6AC;
}
</style>
background-color css
<style>
a { background-color: #6BA6AC; }
a { background-color: rgb(107,166,172); }
div.DivClassName
{
background-color: #6BA6AC;
}
.BgClassName
{
background-color: #6BA6AC;
}
</style>
border-color css
<style>
span { border-color: #6BA6AC; }
span { border-color: rgb(107,166,172); }
td.TdClassName
{
border-color: #6BA6AC;
}
.TagClassName
{
border-color: #6BA6AC;
}
</style>