Shades of Fountain Blue #68A3B3
Tints of Fountain Blue #68A3B3
RGB
CMYK
RGB Variations
Color information
#68A3B3 (or 0x68A3B3) is known color: Fountain Blue. HEX triplet: 68, A3 and B3. RGB value is (104,163,179). Sum of RGB (Red+Green+Blue) = 104+163+179=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #68A3B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A3B3 is #975C4C. Grayscale: #939393. Windows color (decimal): -9919565 or 11772776. OLE color: 11772776.
HSL color Cylindrical-coordinate representation of color #68A3B3: hue angle of 192.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68A3B3 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 163 | 179 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.30 |
| HSL | 192.8º | 0.33% | 0.55% | - |
| HSV(B) | 192.8º | 0.42% | 0.7% | - |
| XYZ | 26.94 | 32.39 | 47.48 | - |
| YUV | 147.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 179 | 0.42 | 0.09 | 0 | 0.30 | 192.8 | 0.33 | 0.55 |
| Hex | 68 | A3 | B3 | 2A | 9 | 0 | 1E | C1 | 21 | 37 |
| Octal | 150 | 243 | 263 | 52 | 11 | 0 | 36 | 301 | 41 | 67 |
| Binary | 1101000 | 10100011 | 10110011 | 101010 | 1001 | 0 | 11110 | 11000001 | 100001 | 110111 |
Color Harmonies of #68A3B3
Complementary color
Monochromatic Colors of #68A3B3
Black with #68A3B3
Text Example
Text Example
White with #68A3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A3B3; }
p { color: rgb(104,163,179); }
H1.HeaderClassName
{
color: #68A3B3;
}
.AnyTagClassName
{
color: #68A3B3;
}
</style>
background-color css
<style>
a { background-color: #68A3B3; }
a { background-color: rgb(104,163,179); }
div.DivClassName
{
background-color: #68A3B3;
}
.BgClassName
{
background-color: #68A3B3;
}
</style>
border-color css
<style>
span { border-color: #68A3B3; }
span { border-color: rgb(104,163,179); }
td.TdClassName
{
border-color: #68A3B3;
}
.TagClassName
{
border-color: #68A3B3;
}
</style>