Shades of Fountain Blue #69A6AC
Tints of Fountain Blue #69A6AC
RGB
CMYK
RGB Variations
Color information
#69A6AC (or 0x69A6AC) is known color: Fountain Blue. HEX triplet: 69, A6 and AC. RGB value is (105,166,172). Sum of RGB (Red+Green+Blue) = 105+166+172=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 166 (65.23% from 255 or 37.47% 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 #69A6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A6AC is #965953. Grayscale: #949494. Windows color (decimal): -9853268 or 11314793. OLE color: 11314793.
HSL color Cylindrical-coordinate representation of color #69A6AC: hue angle of 185.37º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69A6AC is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 166 | 172 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.33 |
| HSL | 185.37º | 0.29% | 0.54% | - |
| HSV(B) | 185.37º | 0.39% | 0.67% | - |
| XYZ | 26.91 | 33.25 | 44.03 | - |
| YUV | 148.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 166 | 172 | 0.39 | 0.03 | 0 | 0.33 | 185.37 | 0.29 | 0.54 |
| Hex | 69 | A6 | AC | 27 | 3 | 0 | 21 | B9 | 1D | 36 |
| Octal | 151 | 246 | 254 | 47 | 3 | 0 | 41 | 271 | 35 | 66 |
| Binary | 1101001 | 10100110 | 10101100 | 100111 | 11 | 0 | 100001 | 10111001 | 11101 | 110110 |
Color Harmonies of #69A6AC
Complementary color
Monochromatic Colors of #69A6AC
Black with #69A6AC
Text Example
Text Example
White with #69A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A6AC; }
p { color: rgb(105,166,172); }
H1.HeaderClassName
{
color: #69A6AC;
}
.AnyTagClassName
{
color: #69A6AC;
}
</style>
background-color css
<style>
a { background-color: #69A6AC; }
a { background-color: rgb(105,166,172); }
div.DivClassName
{
background-color: #69A6AC;
}
.BgClassName
{
background-color: #69A6AC;
}
</style>
border-color css
<style>
span { border-color: #69A6AC; }
span { border-color: rgb(105,166,172); }
td.TdClassName
{
border-color: #69A6AC;
}
.TagClassName
{
border-color: #69A6AC;
}
</style>