Shades of Fountain Blue #64A5AF
Tints of Fountain Blue #64A5AF
RGB
CMYK
RGB Variations
Color information
#64A5AF (or 0x64A5AF) is known color: Fountain Blue. HEX triplet: 64, A5 and AF. RGB value is (100,165,175). Sum of RGB (Red+Green+Blue) = 100+165+175=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #64A5AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A5AF is #9B5A50. Grayscale: #929292. Windows color (decimal): -10181201 or 11511140. OLE color: 11511140.
HSL color Cylindrical-coordinate representation of color #64A5AF: hue angle of 188º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64A5AF is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 165 | 175 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.31 |
| HSL | 188º | 0.32% | 0.54% | - |
| HSV(B) | 188º | 0.43% | 0.69% | - |
| XYZ | 26.45 | 32.71 | 45.48 | - |
| YUV | 146.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 165 | 175 | 0.43 | 0.06 | 0 | 0.31 | 188 | 0.32 | 0.54 |
| Hex | 64 | A5 | AF | 2B | 6 | 0 | 1F | BC | 20 | 36 |
| Octal | 144 | 245 | 257 | 53 | 6 | 0 | 37 | 274 | 40 | 66 |
| Binary | 1100100 | 10100101 | 10101111 | 101011 | 110 | 0 | 11111 | 10111100 | 100000 | 110110 |
Color Harmonies of #64A5AF
Complementary color
Monochromatic Colors of #64A5AF
Black with #64A5AF
Text Example
Text Example
White with #64A5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A5AF; }
p { color: rgb(100,165,175); }
H1.HeaderClassName
{
color: #64A5AF;
}
.AnyTagClassName
{
color: #64A5AF;
}
</style>
background-color css
<style>
a { background-color: #64A5AF; }
a { background-color: rgb(100,165,175); }
div.DivClassName
{
background-color: #64A5AF;
}
.BgClassName
{
background-color: #64A5AF;
}
</style>
border-color css
<style>
span { border-color: #64A5AF; }
span { border-color: rgb(100,165,175); }
td.TdClassName
{
border-color: #64A5AF;
}
.TagClassName
{
border-color: #64A5AF;
}
</style>