Shades of Fountain Blue #64A3AD
Tints of Fountain Blue #64A3AD
RGB
CMYK
RGB Variations
Color information
#64A3AD (or 0x64A3AD) is known color: Fountain Blue. HEX triplet: 64, A3 and AD. RGB value is (100,163,173). Sum of RGB (Red+Green+Blue) = 100+163+173=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #64A3AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A3AD is #9B5C52. Grayscale: #919191. Windows color (decimal): -10181715 or 11379556. OLE color: 11379556.
HSL color Cylindrical-coordinate representation of color #64A3AD: hue angle of 188.22º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64A3AD is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 163 | 173 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.32 |
| HSL | 188.22º | 0.31% | 0.54% | - |
| HSV(B) | 188.22º | 0.42% | 0.68% | - |
| XYZ | 25.9 | 31.92 | 44.33 | - |
| YUV | 145.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 173 | 0.42 | 0.06 | 0 | 0.32 | 188.22 | 0.31 | 0.54 |
| Hex | 64 | A3 | AD | 2A | 6 | 0 | 20 | BC | 1F | 36 |
| Octal | 144 | 243 | 255 | 52 | 6 | 0 | 40 | 274 | 37 | 66 |
| Binary | 1100100 | 10100011 | 10101101 | 101010 | 110 | 0 | 100000 | 10111100 | 11111 | 110110 |
Color Harmonies of #64A3AD
Complementary color
Monochromatic Colors of #64A3AD
Black with #64A3AD
Text Example
Text Example
White with #64A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A3AD; }
p { color: rgb(100,163,173); }
H1.HeaderClassName
{
color: #64A3AD;
}
.AnyTagClassName
{
color: #64A3AD;
}
</style>
background-color css
<style>
a { background-color: #64A3AD; }
a { background-color: rgb(100,163,173); }
div.DivClassName
{
background-color: #64A3AD;
}
.BgClassName
{
background-color: #64A3AD;
}
</style>
border-color css
<style>
span { border-color: #64A3AD; }
span { border-color: rgb(100,163,173); }
td.TdClassName
{
border-color: #64A3AD;
}
.TagClassName
{
border-color: #64A3AD;
}
</style>