Shades of Fountain Blue #689FAB
Tints of Fountain Blue #689FAB
RGB
CMYK
RGB Variations
Color information
#689FAB (or 0x689FAB) is known color: Fountain Blue. HEX triplet: 68, 9F and AB. RGB value is (104,159,171). Sum of RGB (Red+Green+Blue) = 104+159+171=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #689FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689FAB is #976054. Grayscale: #8F8F8F. Windows color (decimal): -9920597 or 11247464. OLE color: 11247464.
HSL color Cylindrical-coordinate representation of color #689FAB: hue angle of 190.75º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #689FAB is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 159 | 171 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.33 |
| HSL | 190.75º | 0.29% | 0.54% | - |
| HSV(B) | 190.75º | 0.39% | 0.67% | - |
| XYZ | 25.46 | 30.68 | 43.11 | - |
| YUV | 143.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 171 | 0.39 | 0.07 | 0 | 0.33 | 190.75 | 0.29 | 0.54 |
| Hex | 68 | 9F | AB | 27 | 7 | 0 | 21 | BF | 1D | 36 |
| Octal | 150 | 237 | 253 | 47 | 7 | 0 | 41 | 277 | 35 | 66 |
| Binary | 1101000 | 10011111 | 10101011 | 100111 | 111 | 0 | 100001 | 10111111 | 11101 | 110110 |
Color Harmonies of #689FAB
Complementary color
Monochromatic Colors of #689FAB
Black with #689FAB
Text Example
Text Example
White with #689FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FAB; }
p { color: rgb(104,159,171); }
H1.HeaderClassName
{
color: #689FAB;
}
.AnyTagClassName
{
color: #689FAB;
}
</style>
background-color css
<style>
a { background-color: #689FAB; }
a { background-color: rgb(104,159,171); }
div.DivClassName
{
background-color: #689FAB;
}
.BgClassName
{
background-color: #689FAB;
}
</style>
border-color css
<style>
span { border-color: #689FAB; }
span { border-color: rgb(104,159,171); }
td.TdClassName
{
border-color: #689FAB;
}
.TagClassName
{
border-color: #689FAB;
}
</style>