Shades of Fountain Blue #64A7AD
Tints of Fountain Blue #64A7AD
RGB
CMYK
RGB Variations
Color information
#64A7AD (or 0x64A7AD) is known color: Fountain Blue. HEX triplet: 64, A7 and AD. RGB value is (100,167,173). Sum of RGB (Red+Green+Blue) = 100+167+173=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #64A7AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A7AD is #9B5852. Grayscale: #939393. Windows color (decimal): -10180691 or 11380580. OLE color: 11380580.
HSL color Cylindrical-coordinate representation of color #64A7AD: hue angle of 184.93º 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 #64A7AD is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 167 | 173 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.32 |
| HSL | 184.93º | 0.31% | 0.54% | - |
| HSV(B) | 184.93º | 0.42% | 0.68% | - |
| XYZ | 26.62 | 33.36 | 44.57 | - |
| YUV | 147.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 167 | 173 | 0.42 | 0.03 | 0 | 0.32 | 184.93 | 0.31 | 0.54 |
| Hex | 64 | A7 | AD | 2A | 3 | 0 | 20 | B9 | 1F | 36 |
| Octal | 144 | 247 | 255 | 52 | 3 | 0 | 40 | 271 | 37 | 66 |
| Binary | 1100100 | 10100111 | 10101101 | 101010 | 11 | 0 | 100000 | 10111001 | 11111 | 110110 |
Color Harmonies of #64A7AD
Complementary color
Monochromatic Colors of #64A7AD
Black with #64A7AD
Text Example
Text Example
White with #64A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A7AD; }
p { color: rgb(100,167,173); }
H1.HeaderClassName
{
color: #64A7AD;
}
.AnyTagClassName
{
color: #64A7AD;
}
</style>
background-color css
<style>
a { background-color: #64A7AD; }
a { background-color: rgb(100,167,173); }
div.DivClassName
{
background-color: #64A7AD;
}
.BgClassName
{
background-color: #64A7AD;
}
</style>
border-color css
<style>
span { border-color: #64A7AD; }
span { border-color: rgb(100,167,173); }
td.TdClassName
{
border-color: #64A7AD;
}
.TagClassName
{
border-color: #64A7AD;
}
</style>