Shades of Fountain Blue #64AAB6
Tints of Fountain Blue #64AAB6
RGB
CMYK
RGB Variations
Color information
#64AAB6 (or 0x64AAB6) is known color: Fountain Blue. HEX triplet: 64, AA and B6. RGB value is (100,170,182). Sum of RGB (Red+Green+Blue) = 100+170+182=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 182 - color contains mainly: blue. Hex color #64AAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AAB6 is #9B5549. Grayscale: #969696. Windows color (decimal): -10179914 or 11971172. OLE color: 11971172.
HSL color Cylindrical-coordinate representation of color #64AAB6: hue angle of 188.78º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64AAB6 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 170 | 182 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.29 |
| HSL | 188.78º | 0.36% | 0.55% | - |
| HSV(B) | 188.78º | 0.45% | 0.71% | - |
| XYZ | 28.07 | 34.84 | 49.5 | - |
| YUV | 150.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 182 | 0.45 | 0.07 | 0 | 0.29 | 188.78 | 0.36 | 0.55 |
| Hex | 64 | AA | B6 | 2D | 7 | 0 | 1D | BD | 24 | 37 |
| Octal | 144 | 252 | 266 | 55 | 7 | 0 | 35 | 275 | 44 | 67 |
| Binary | 1100100 | 10101010 | 10110110 | 101101 | 111 | 0 | 11101 | 10111101 | 100100 | 110111 |
Color Harmonies of #64AAB6
Complementary color
Monochromatic Colors of #64AAB6
Black with #64AAB6
Text Example
Text Example
White with #64AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAB6; }
p { color: rgb(100,170,182); }
H1.HeaderClassName
{
color: #64AAB6;
}
.AnyTagClassName
{
color: #64AAB6;
}
</style>
background-color css
<style>
a { background-color: #64AAB6; }
a { background-color: rgb(100,170,182); }
div.DivClassName
{
background-color: #64AAB6;
}
.BgClassName
{
background-color: #64AAB6;
}
</style>
border-color css
<style>
span { border-color: #64AAB6; }
span { border-color: rgb(100,170,182); }
td.TdClassName
{
border-color: #64AAB6;
}
.TagClassName
{
border-color: #64AAB6;
}
</style>