Shades of Fountain Blue #68AAB7
Tints of Fountain Blue #68AAB7
RGB
CMYK
RGB Variations
Color information
#68AAB7 (or 0x68AAB7) is known color: Fountain Blue. HEX triplet: 68, AA and B7. RGB value is (104,170,183). Sum of RGB (Red+Green+Blue) = 104+170+183=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #68AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAB7 is #975548. Grayscale: #979797. Windows color (decimal): -9917769 or 12036712. OLE color: 12036712.
HSL color Cylindrical-coordinate representation of color #68AAB7: hue angle of 189.87º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68AAB7 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 170 | 183 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.28 |
| HSL | 189.87º | 0.35% | 0.56% | - |
| HSV(B) | 189.87º | 0.43% | 0.72% | - |
| XYZ | 28.63 | 35.11 | 50.07 | - |
| YUV | 151.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 183 | 0.43 | 0.07 | 0 | 0.28 | 189.87 | 0.35 | 0.56 |
| Hex | 68 | AA | B7 | 2B | 7 | 0 | 1C | BE | 23 | 38 |
| Octal | 150 | 252 | 267 | 53 | 7 | 0 | 34 | 276 | 43 | 70 |
| Binary | 1101000 | 10101010 | 10110111 | 101011 | 111 | 0 | 11100 | 10111110 | 100011 | 111000 |
Color Harmonies of #68AAB7
Complementary color
Monochromatic Colors of #68AAB7
Black with #68AAB7
Text Example
Text Example
White with #68AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAB7; }
p { color: rgb(104,170,183); }
H1.HeaderClassName
{
color: #68AAB7;
}
.AnyTagClassName
{
color: #68AAB7;
}
</style>
background-color css
<style>
a { background-color: #68AAB7; }
a { background-color: rgb(104,170,183); }
div.DivClassName
{
background-color: #68AAB7;
}
.BgClassName
{
background-color: #68AAB7;
}
</style>
border-color css
<style>
span { border-color: #68AAB7; }
span { border-color: rgb(104,170,183); }
td.TdClassName
{
border-color: #68AAB7;
}
.TagClassName
{
border-color: #68AAB7;
}
</style>