Shades of Fountain Blue #69A3AD
Tints of Fountain Blue #69A3AD
RGB
CMYK
RGB Variations
Color information
#69A3AD (or 0x69A3AD) is known color: Fountain Blue. HEX triplet: 69, A3 and AD. RGB value is (105,163,173). Sum of RGB (Red+Green+Blue) = 105+163+173=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #69A3AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A3AD is #965C52. Grayscale: #929292. Windows color (decimal): -9854035 or 11379561. OLE color: 11379561.
HSL color Cylindrical-coordinate representation of color #69A3AD: hue angle of 188.82º 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 #69A3AD is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 163 | 173 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.32 |
| HSL | 188.82º | 0.29% | 0.55% | - |
| HSV(B) | 188.82º | 0.39% | 0.68% | - |
| XYZ | 26.47 | 32.21 | 44.36 | - |
| YUV | 146.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 163 | 173 | 0.39 | 0.06 | 0 | 0.32 | 188.82 | 0.29 | 0.55 |
| Hex | 69 | A3 | AD | 27 | 6 | 0 | 20 | BD | 1D | 37 |
| Octal | 151 | 243 | 255 | 47 | 6 | 0 | 40 | 275 | 35 | 67 |
| Binary | 1101001 | 10100011 | 10101101 | 100111 | 110 | 0 | 100000 | 10111101 | 11101 | 110111 |
Color Harmonies of #69A3AD
Complementary color
Monochromatic Colors of #69A3AD
Black with #69A3AD
Text Example
Text Example
White with #69A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A3AD; }
p { color: rgb(105,163,173); }
H1.HeaderClassName
{
color: #69A3AD;
}
.AnyTagClassName
{
color: #69A3AD;
}
</style>
background-color css
<style>
a { background-color: #69A3AD; }
a { background-color: rgb(105,163,173); }
div.DivClassName
{
background-color: #69A3AD;
}
.BgClassName
{
background-color: #69A3AD;
}
</style>
border-color css
<style>
span { border-color: #69A3AD; }
span { border-color: rgb(105,163,173); }
td.TdClassName
{
border-color: #69A3AD;
}
.TagClassName
{
border-color: #69A3AD;
}
</style>