Shades of Fountain Blue #68ABB6
Tints of Fountain Blue #68ABB6
RGB
CMYK
RGB Variations
Color information
#68ABB6 (or 0x68ABB6) is known color: Fountain Blue. HEX triplet: 68, AB and B6. RGB value is (104,171,182). Sum of RGB (Red+Green+Blue) = 104+171+182=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 182 - color contains mainly: blue. Hex color #68ABB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABB6 is #975449. Grayscale: #989898. Windows color (decimal): -9917514 or 11971432. OLE color: 11971432.
HSL color Cylindrical-coordinate representation of color #68ABB6: hue angle of 188.46º 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 #68ABB6 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 171 | 182 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.29 |
| HSL | 188.46º | 0.35% | 0.56% | - |
| HSV(B) | 188.46º | 0.43% | 0.71% | - |
| XYZ | 28.72 | 35.45 | 49.58 | - |
| YUV | 152.22 | 144.8 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 182 | 0.43 | 0.06 | 0 | 0.29 | 188.46 | 0.35 | 0.56 |
| Hex | 68 | AB | B6 | 2B | 6 | 0 | 1D | BC | 23 | 38 |
| Octal | 150 | 253 | 266 | 53 | 6 | 0 | 35 | 274 | 43 | 70 |
| Binary | 1101000 | 10101011 | 10110110 | 101011 | 110 | 0 | 11101 | 10111100 | 100011 | 111000 |
Color Harmonies of #68ABB6
Complementary color
Monochromatic Colors of #68ABB6
Black with #68ABB6
Text Example
Text Example
White with #68ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABB6; }
p { color: rgb(104,171,182); }
H1.HeaderClassName
{
color: #68ABB6;
}
.AnyTagClassName
{
color: #68ABB6;
}
</style>
background-color css
<style>
a { background-color: #68ABB6; }
a { background-color: rgb(104,171,182); }
div.DivClassName
{
background-color: #68ABB6;
}
.BgClassName
{
background-color: #68ABB6;
}
</style>
border-color css
<style>
span { border-color: #68ABB6; }
span { border-color: rgb(104,171,182); }
td.TdClassName
{
border-color: #68ABB6;
}
.TagClassName
{
border-color: #68ABB6;
}
</style>