Shades of Fountain Blue #6AACAC
Tints of Fountain Blue #6AACAC
RGB
CMYK
RGB Variations
Color information
#6AACAC (or 0x6AACAC) is known color: Fountain Blue. HEX triplet: 6A, AC and AC. RGB value is (106,172,172). Sum of RGB (Red+Green+Blue) = 106+172+172=450 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.56% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #6AACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AACAC is #955353. Grayscale: #989898. Windows color (decimal): -9786196 or 11316330. OLE color: 11316330.
HSL color Cylindrical-coordinate representation of color #6AACAC: hue angle of 180º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AACAC is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 172 | 172 | - |
| CMYK | 0.38 | 0 | 0 | 0.33 |
| HSL | 180º | 0.28% | 0.55% | - |
| HSV(B) | 180º | 0.38% | 0.67% | - |
| XYZ | 28.14 | 35.55 | 44.41 | - |
| YUV | 152.27 | 139.13 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 172 | 172 | 0.38 | 0 | 0 | 0.33 | 180 | 0.28 | 0.55 |
| Hex | 6A | AC | AC | 26 | 0 | 0 | 21 | B4 | 1C | 37 |
| Octal | 152 | 254 | 254 | 46 | 0 | 0 | 41 | 264 | 34 | 67 |
| Binary | 1101010 | 10101100 | 10101100 | 100110 | 0 | 0 | 100001 | 10110100 | 11100 | 110111 |
Color Harmonies of #6AACAC
Complementary color
Monochromatic Colors of #6AACAC
Black with #6AACAC
Text Example
Text Example
White with #6AACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AACAC; }
p { color: rgb(106,172,172); }
H1.HeaderClassName
{
color: #6AACAC;
}
.AnyTagClassName
{
color: #6AACAC;
}
</style>
background-color css
<style>
a { background-color: #6AACAC; }
a { background-color: rgb(106,172,172); }
div.DivClassName
{
background-color: #6AACAC;
}
.BgClassName
{
background-color: #6AACAC;
}
</style>
border-color css
<style>
span { border-color: #6AACAC; }
span { border-color: rgb(106,172,172); }
td.TdClassName
{
border-color: #6AACAC;
}
.TagClassName
{
border-color: #6AACAC;
}
</style>