Shades of Fountain Blue #64A8AA
Tints of Fountain Blue #64A8AA
RGB
CMYK
RGB Variations
Color information
#64A8AA (or 0x64A8AA) is known color: Fountain Blue. HEX triplet: 64, A8 and AA. RGB value is (100,168,170). Sum of RGB (Red+Green+Blue) = 100+168+170=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #64A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A8AA is #9B5755. Grayscale: #939393. Windows color (decimal): -10180438 or 11184228. OLE color: 11184228.
HSL color Cylindrical-coordinate representation of color #64A8AA: hue angle of 181.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A8AA is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 168 | 170 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.33 |
| HSL | 181.71º | 0.29% | 0.53% | - |
| HSV(B) | 181.71º | 0.41% | 0.67% | - |
| XYZ | 26.51 | 33.62 | 43.12 | - |
| YUV | 147.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 170 | 0.41 | 0.01 | 0 | 0.33 | 181.71 | 0.29 | 0.53 |
| Hex | 64 | A8 | AA | 29 | 1 | 0 | 21 | B6 | 1D | 35 |
| Octal | 144 | 250 | 252 | 51 | 1 | 0 | 41 | 266 | 35 | 65 |
| Binary | 1100100 | 10101000 | 10101010 | 101001 | 1 | 0 | 100001 | 10110110 | 11101 | 110101 |
Color Harmonies of #64A8AA
Complementary color
Monochromatic Colors of #64A8AA
Black with #64A8AA
Text Example
Text Example
White with #64A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A8AA; }
p { color: rgb(100,168,170); }
H1.HeaderClassName
{
color: #64A8AA;
}
.AnyTagClassName
{
color: #64A8AA;
}
</style>
background-color css
<style>
a { background-color: #64A8AA; }
a { background-color: rgb(100,168,170); }
div.DivClassName
{
background-color: #64A8AA;
}
.BgClassName
{
background-color: #64A8AA;
}
</style>
border-color css
<style>
span { border-color: #64A8AA; }
span { border-color: rgb(100,168,170); }
td.TdClassName
{
border-color: #64A8AA;
}
.TagClassName
{
border-color: #64A8AA;
}
</style>