Shades of Fountain Blue #659FAC
Tints of Fountain Blue #659FAC
RGB
CMYK
RGB Variations
Color information
#659FAC (or 0x659FAC) is known color: Fountain Blue. HEX triplet: 65, 9F and AC. RGB value is (101,159,172). Sum of RGB (Red+Green+Blue) = 101+159+172=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #659FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659FAC is #9A6053. Grayscale: #8F8F8F. Windows color (decimal): -10117204 or 11312997. OLE color: 11312997.
HSL color Cylindrical-coordinate representation of color #659FAC: hue angle of 190.99º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #659FAC is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 159 | 172 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.33 |
| HSL | 190.99º | 0.3% | 0.54% | - |
| HSV(B) | 190.99º | 0.41% | 0.67% | - |
| XYZ | 25.21 | 30.54 | 43.6 | - |
| YUV | 143.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 172 | 0.41 | 0.08 | 0 | 0.33 | 190.99 | 0.3 | 0.54 |
| Hex | 65 | 9F | AC | 29 | 8 | 0 | 21 | BF | 1E | 36 |
| Octal | 145 | 237 | 254 | 51 | 10 | 0 | 41 | 277 | 36 | 66 |
| Binary | 1100101 | 10011111 | 10101100 | 101001 | 1000 | 0 | 100001 | 10111111 | 11110 | 110110 |
Color Harmonies of #659FAC
Complementary color
Monochromatic Colors of #659FAC
Black with #659FAC
Text Example
Text Example
White with #659FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FAC; }
p { color: rgb(101,159,172); }
H1.HeaderClassName
{
color: #659FAC;
}
.AnyTagClassName
{
color: #659FAC;
}
</style>
background-color css
<style>
a { background-color: #659FAC; }
a { background-color: rgb(101,159,172); }
div.DivClassName
{
background-color: #659FAC;
}
.BgClassName
{
background-color: #659FAC;
}
</style>
border-color css
<style>
span { border-color: #659FAC; }
span { border-color: rgb(101,159,172); }
td.TdClassName
{
border-color: #659FAC;
}
.TagClassName
{
border-color: #659FAC;
}
</style>