Shades of Fountain Blue #6BA4AC
Tints of Fountain Blue #6BA4AC
RGB
CMYK
RGB Variations
Color information
#6BA4AC (or 0x6BA4AC) is known color: Fountain Blue. HEX triplet: 6B, A4 and AC. RGB value is (107,164,172). Sum of RGB (Red+Green+Blue) = 107+164+172=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #6BA4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA4AC is #945B53. Grayscale: #939393. Windows color (decimal): -9722708 or 11314283. OLE color: 11314283.
HSL color Cylindrical-coordinate representation of color #6BA4AC: hue angle of 187.38º 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 #6BA4AC is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 164 | 172 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.33 |
| HSL | 187.38º | 0.28% | 0.55% | - |
| HSV(B) | 187.38º | 0.38% | 0.67% | - |
| XYZ | 26.79 | 32.66 | 43.92 | - |
| YUV | 147.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 172 | 0.38 | 0.05 | 0 | 0.33 | 187.38 | 0.28 | 0.55 |
| Hex | 6B | A4 | AC | 26 | 5 | 0 | 21 | BB | 1C | 37 |
| Octal | 153 | 244 | 254 | 46 | 5 | 0 | 41 | 273 | 34 | 67 |
| Binary | 1101011 | 10100100 | 10101100 | 100110 | 101 | 0 | 100001 | 10111011 | 11100 | 110111 |
Color Harmonies of #6BA4AC
Complementary color
Monochromatic Colors of #6BA4AC
Black with #6BA4AC
Text Example
Text Example
White with #6BA4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA4AC; }
p { color: rgb(107,164,172); }
H1.HeaderClassName
{
color: #6BA4AC;
}
.AnyTagClassName
{
color: #6BA4AC;
}
</style>
background-color css
<style>
a { background-color: #6BA4AC; }
a { background-color: rgb(107,164,172); }
div.DivClassName
{
background-color: #6BA4AC;
}
.BgClassName
{
background-color: #6BA4AC;
}
</style>
border-color css
<style>
span { border-color: #6BA4AC; }
span { border-color: rgb(107,164,172); }
td.TdClassName
{
border-color: #6BA4AC;
}
.TagClassName
{
border-color: #6BA4AC;
}
</style>