Shades of Fountain Blue #64A3AC
Tints of Fountain Blue #64A3AC
RGB
CMYK
RGB Variations
Color information
#64A3AC (or 0x64A3AC) is known color: Fountain Blue. HEX triplet: 64, A3 and AC. RGB value is (100,163,172). Sum of RGB (Red+Green+Blue) = 100+163+172=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #64A3AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A3AC is #9B5C53. Grayscale: #919191. Windows color (decimal): -10181716 or 11314020. OLE color: 11314020.
HSL color Cylindrical-coordinate representation of color #64A3AC: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64A3AC is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 163 | 172 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.33 |
| HSL | 187.5º | 0.3% | 0.53% | - |
| HSV(B) | 187.5º | 0.42% | 0.67% | - |
| XYZ | 25.8 | 31.88 | 43.82 | - |
| YUV | 145.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 172 | 0.42 | 0.05 | 0 | 0.33 | 187.5 | 0.3 | 0.53 |
| Hex | 64 | A3 | AC | 2A | 5 | 0 | 21 | BC | 1E | 35 |
| Octal | 144 | 243 | 254 | 52 | 5 | 0 | 41 | 274 | 36 | 65 |
| Binary | 1100100 | 10100011 | 10101100 | 101010 | 101 | 0 | 100001 | 10111100 | 11110 | 110101 |
Color Harmonies of #64A3AC
Complementary color
Monochromatic Colors of #64A3AC
Black with #64A3AC
Text Example
Text Example
White with #64A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A3AC; }
p { color: rgb(100,163,172); }
H1.HeaderClassName
{
color: #64A3AC;
}
.AnyTagClassName
{
color: #64A3AC;
}
</style>
background-color css
<style>
a { background-color: #64A3AC; }
a { background-color: rgb(100,163,172); }
div.DivClassName
{
background-color: #64A3AC;
}
.BgClassName
{
background-color: #64A3AC;
}
</style>
border-color css
<style>
span { border-color: #64A3AC; }
span { border-color: rgb(100,163,172); }
td.TdClassName
{
border-color: #64A3AC;
}
.TagClassName
{
border-color: #64A3AC;
}
</style>