Shades of Fountain Blue #649FAC
Tints of Fountain Blue #649FAC
RGB
CMYK
RGB Variations
Color information
#649FAC (or 0x649FAC) is known color: Fountain Blue. HEX triplet: 64, 9F and AC. RGB value is (100,159,172). Sum of RGB (Red+Green+Blue) = 100+159+172=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #649FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649FAC is #9B6053. Grayscale: #8E8E8E. Windows color (decimal): -10182740 or 11312996. OLE color: 11312996.
HSL color Cylindrical-coordinate representation of color #649FAC: hue angle of 190.83º 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 #649FAC is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 159 | 172 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.33 |
| HSL | 190.83º | 0.3% | 0.53% | - |
| HSV(B) | 190.83º | 0.42% | 0.67% | - |
| XYZ | 25.1 | 30.48 | 43.59 | - |
| YUV | 142.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 172 | 0.42 | 0.08 | 0 | 0.33 | 190.83 | 0.3 | 0.53 |
| Hex | 64 | 9F | AC | 2A | 8 | 0 | 21 | BF | 1E | 35 |
| Octal | 144 | 237 | 254 | 52 | 10 | 0 | 41 | 277 | 36 | 65 |
| Binary | 1100100 | 10011111 | 10101100 | 101010 | 1000 | 0 | 100001 | 10111111 | 11110 | 110101 |
Color Harmonies of #649FAC
Complementary color
Monochromatic Colors of #649FAC
Black with #649FAC
Text Example
Text Example
White with #649FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FAC; }
p { color: rgb(100,159,172); }
H1.HeaderClassName
{
color: #649FAC;
}
.AnyTagClassName
{
color: #649FAC;
}
</style>
background-color css
<style>
a { background-color: #649FAC; }
a { background-color: rgb(100,159,172); }
div.DivClassName
{
background-color: #649FAC;
}
.BgClassName
{
background-color: #649FAC;
}
</style>
border-color css
<style>
span { border-color: #649FAC; }
span { border-color: rgb(100,159,172); }
td.TdClassName
{
border-color: #649FAC;
}
.TagClassName
{
border-color: #649FAC;
}
</style>