Shades of Fountain Blue #669FAC
Tints of Fountain Blue #669FAC
RGB
CMYK
RGB Variations
Color information
#669FAC (or 0x669FAC) is known color: Fountain Blue. HEX triplet: 66, 9F and AC. RGB value is (102,159,172). Sum of RGB (Red+Green+Blue) = 102+159+172=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #669FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669FAC is #996053. Grayscale: #8F8F8F. Windows color (decimal): -10051668 or 11312998. OLE color: 11312998.
HSL color Cylindrical-coordinate representation of color #669FAC: hue angle of 191.14º 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 #669FAC is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 159 | 172 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.33 |
| HSL | 191.14º | 0.3% | 0.54% | - |
| HSV(B) | 191.14º | 0.41% | 0.67% | - |
| XYZ | 25.32 | 30.6 | 43.6 | - |
| YUV | 143.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 172 | 0.41 | 0.08 | 0 | 0.33 | 191.14 | 0.3 | 0.54 |
| Hex | 66 | 9F | AC | 29 | 8 | 0 | 21 | BF | 1E | 36 |
| Octal | 146 | 237 | 254 | 51 | 10 | 0 | 41 | 277 | 36 | 66 |
| Binary | 1100110 | 10011111 | 10101100 | 101001 | 1000 | 0 | 100001 | 10111111 | 11110 | 110110 |
Color Harmonies of #669FAC
Complementary color
Monochromatic Colors of #669FAC
Black with #669FAC
Text Example
Text Example
White with #669FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FAC; }
p { color: rgb(102,159,172); }
H1.HeaderClassName
{
color: #669FAC;
}
.AnyTagClassName
{
color: #669FAC;
}
</style>
background-color css
<style>
a { background-color: #669FAC; }
a { background-color: rgb(102,159,172); }
div.DivClassName
{
background-color: #669FAC;
}
.BgClassName
{
background-color: #669FAC;
}
</style>
border-color css
<style>
span { border-color: #669FAC; }
span { border-color: rgb(102,159,172); }
td.TdClassName
{
border-color: #669FAC;
}
.TagClassName
{
border-color: #669FAC;
}
</style>