Shades of Fountain Blue #68A9B6
Tints of Fountain Blue #68A9B6
RGB
CMYK
RGB Variations
Color information
#68A9B6 (or 0x68A9B6) is known color: Fountain Blue. HEX triplet: 68, A9 and B6. RGB value is (104,169,182). Sum of RGB (Red+Green+Blue) = 104+169+182=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #68A9B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9B6 is #975649. Grayscale: #969696. Windows color (decimal): -9918026 or 11970920. OLE color: 11970920.
HSL color Cylindrical-coordinate representation of color #68A9B6: hue angle of 190º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68A9B6 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 169 | 182 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.29 |
| HSL | 190º | 0.35% | 0.56% | - |
| HSV(B) | 190º | 0.43% | 0.71% | - |
| XYZ | 28.34 | 34.7 | 49.46 | - |
| YUV | 151.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 182 | 0.43 | 0.07 | 0 | 0.29 | 190 | 0.35 | 0.56 |
| Hex | 68 | A9 | B6 | 2B | 7 | 0 | 1D | BE | 23 | 38 |
| Octal | 150 | 251 | 266 | 53 | 7 | 0 | 35 | 276 | 43 | 70 |
| Binary | 1101000 | 10101001 | 10110110 | 101011 | 111 | 0 | 11101 | 10111110 | 100011 | 111000 |
Color Harmonies of #68A9B6
Complementary color
Monochromatic Colors of #68A9B6
Black with #68A9B6
Text Example
Text Example
White with #68A9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A9B6; }
p { color: rgb(104,169,182); }
H1.HeaderClassName
{
color: #68A9B6;
}
.AnyTagClassName
{
color: #68A9B6;
}
</style>
background-color css
<style>
a { background-color: #68A9B6; }
a { background-color: rgb(104,169,182); }
div.DivClassName
{
background-color: #68A9B6;
}
.BgClassName
{
background-color: #68A9B6;
}
</style>
border-color css
<style>
span { border-color: #68A9B6; }
span { border-color: rgb(104,169,182); }
td.TdClassName
{
border-color: #68A9B6;
}
.TagClassName
{
border-color: #68A9B6;
}
</style>