Shades of Fountain Blue #68AAB0
Tints of Fountain Blue #68AAB0
RGB
CMYK
RGB Variations
Color information
#68AAB0 (or 0x68AAB0) is known color: Fountain Blue. HEX triplet: 68, AA and B0. RGB value is (104,170,176). Sum of RGB (Red+Green+Blue) = 104+170+176=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #68AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AAB0 is #97554F. Grayscale: #969696. Windows color (decimal): -9917776 or 11577960. OLE color: 11577960.
HSL color Cylindrical-coordinate representation of color #68AAB0: hue angle of 185º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AAB0 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 170 | 176 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.31 |
| HSL | 185º | 0.31% | 0.55% | - |
| HSV(B) | 185º | 0.41% | 0.69% | - |
| XYZ | 27.92 | 34.83 | 46.33 | - |
| YUV | 150.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 176 | 0.41 | 0.03 | 0 | 0.31 | 185 | 0.31 | 0.55 |
| Hex | 68 | AA | B0 | 29 | 3 | 0 | 1F | B9 | 1F | 37 |
| Octal | 150 | 252 | 260 | 51 | 3 | 0 | 37 | 271 | 37 | 67 |
| Binary | 1101000 | 10101010 | 10110000 | 101001 | 11 | 0 | 11111 | 10111001 | 11111 | 110111 |
Color Harmonies of #68AAB0
Complementary color
Monochromatic Colors of #68AAB0
Black with #68AAB0
Text Example
Text Example
White with #68AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAB0; }
p { color: rgb(104,170,176); }
H1.HeaderClassName
{
color: #68AAB0;
}
.AnyTagClassName
{
color: #68AAB0;
}
</style>
background-color css
<style>
a { background-color: #68AAB0; }
a { background-color: rgb(104,170,176); }
div.DivClassName
{
background-color: #68AAB0;
}
.BgClassName
{
background-color: #68AAB0;
}
</style>
border-color css
<style>
span { border-color: #68AAB0; }
span { border-color: rgb(104,170,176); }
td.TdClassName
{
border-color: #68AAB0;
}
.TagClassName
{
border-color: #68AAB0;
}
</style>