Shades of Fountain Blue #69A2AD
Tints of Fountain Blue #69A2AD
RGB
CMYK
RGB Variations
Color information
#69A2AD (or 0x69A2AD) is known color: Fountain Blue. HEX triplet: 69, A2 and AD. RGB value is (105,162,173). Sum of RGB (Red+Green+Blue) = 105+162+173=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #69A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A2AD is #965D52. Grayscale: #929292. Windows color (decimal): -9854291 or 11379305. OLE color: 11379305.
HSL color Cylindrical-coordinate representation of color #69A2AD: hue angle of 189.71º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69A2AD is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 162 | 173 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.32 |
| HSL | 189.71º | 0.29% | 0.55% | - |
| HSV(B) | 189.71º | 0.39% | 0.68% | - |
| XYZ | 26.29 | 31.86 | 44.3 | - |
| YUV | 146.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 162 | 173 | 0.39 | 0.06 | 0 | 0.32 | 189.71 | 0.29 | 0.55 |
| Hex | 69 | A2 | AD | 27 | 6 | 0 | 20 | BE | 1D | 37 |
| Octal | 151 | 242 | 255 | 47 | 6 | 0 | 40 | 276 | 35 | 67 |
| Binary | 1101001 | 10100010 | 10101101 | 100111 | 110 | 0 | 100000 | 10111110 | 11101 | 110111 |
Color Harmonies of #69A2AD
Complementary color
Monochromatic Colors of #69A2AD
Black with #69A2AD
Text Example
Text Example
White with #69A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A2AD; }
p { color: rgb(105,162,173); }
H1.HeaderClassName
{
color: #69A2AD;
}
.AnyTagClassName
{
color: #69A2AD;
}
</style>
background-color css
<style>
a { background-color: #69A2AD; }
a { background-color: rgb(105,162,173); }
div.DivClassName
{
background-color: #69A2AD;
}
.BgClassName
{
background-color: #69A2AD;
}
</style>
border-color css
<style>
span { border-color: #69A2AD; }
span { border-color: rgb(105,162,173); }
td.TdClassName
{
border-color: #69A2AD;
}
.TagClassName
{
border-color: #69A2AD;
}
</style>