Shades of Fountain Blue #69A7AA
Tints of Fountain Blue #69A7AA
RGB
CMYK
RGB Variations
Color information
#69A7AA (or 0x69A7AA) is known color: Fountain Blue. HEX triplet: 69, A7 and AA. RGB value is (105,167,170). Sum of RGB (Red+Green+Blue) = 105+167+170=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #69A7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A7AA is #965855. Grayscale: #949494. Windows color (decimal): -9853014 or 11183977. OLE color: 11183977.
HSL color Cylindrical-coordinate representation of color #69A7AA: hue angle of 182.77º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A7AA is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 167 | 170 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.33 |
| HSL | 182.77º | 0.28% | 0.54% | - |
| HSV(B) | 182.77º | 0.38% | 0.67% | - |
| XYZ | 26.9 | 33.54 | 43.09 | - |
| YUV | 148.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 167 | 170 | 0.38 | 0.02 | 0 | 0.33 | 182.77 | 0.28 | 0.54 |
| Hex | 69 | A7 | AA | 26 | 2 | 0 | 21 | B7 | 1C | 36 |
| Octal | 151 | 247 | 252 | 46 | 2 | 0 | 41 | 267 | 34 | 66 |
| Binary | 1101001 | 10100111 | 10101010 | 100110 | 10 | 0 | 100001 | 10110111 | 11100 | 110110 |
Color Harmonies of #69A7AA
Complementary color
Monochromatic Colors of #69A7AA
Black with #69A7AA
Text Example
Text Example
White with #69A7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A7AA; }
p { color: rgb(105,167,170); }
H1.HeaderClassName
{
color: #69A7AA;
}
.AnyTagClassName
{
color: #69A7AA;
}
</style>
background-color css
<style>
a { background-color: #69A7AA; }
a { background-color: rgb(105,167,170); }
div.DivClassName
{
background-color: #69A7AA;
}
.BgClassName
{
background-color: #69A7AA;
}
</style>
border-color css
<style>
span { border-color: #69A7AA; }
span { border-color: rgb(105,167,170); }
td.TdClassName
{
border-color: #69A7AA;
}
.TagClassName
{
border-color: #69A7AA;
}
</style>