Shades of Fountain Blue #66A6AA
Tints of Fountain Blue #66A6AA
RGB
CMYK
RGB Variations
Color information
#66A6AA (or 0x66A6AA) is known color: Fountain Blue. HEX triplet: 66, A6 and AA. RGB value is (102,166,170). Sum of RGB (Red+Green+Blue) = 102+166+170=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #66A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A6AA is #995955. Grayscale: #939393. Windows color (decimal): -10049878 or 11183718. OLE color: 11183718.
HSL color Cylindrical-coordinate representation of color #66A6AA: hue angle of 183.53º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A6AA is Cyan = 0.4, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 166 | 170 | - |
| CMYK | 0.4 | 0.02 | 0 | 0.33 |
| HSL | 183.53º | 0.29% | 0.53% | - |
| HSV(B) | 183.53º | 0.4% | 0.67% | - |
| XYZ | 26.37 | 33 | 43.01 | - |
| YUV | 147.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 170 | 0.4 | 0.02 | 0 | 0.33 | 183.53 | 0.29 | 0.53 |
| Hex | 66 | A6 | AA | 28 | 2 | 0 | 21 | B8 | 1D | 35 |
| Octal | 146 | 246 | 252 | 50 | 2 | 0 | 41 | 270 | 35 | 65 |
| Binary | 1100110 | 10100110 | 10101010 | 101000 | 10 | 0 | 100001 | 10111000 | 11101 | 110101 |
Color Harmonies of #66A6AA
Complementary color
Monochromatic Colors of #66A6AA
Black with #66A6AA
Text Example
Text Example
White with #66A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A6AA; }
p { color: rgb(102,166,170); }
H1.HeaderClassName
{
color: #66A6AA;
}
.AnyTagClassName
{
color: #66A6AA;
}
</style>
background-color css
<style>
a { background-color: #66A6AA; }
a { background-color: rgb(102,166,170); }
div.DivClassName
{
background-color: #66A6AA;
}
.BgClassName
{
background-color: #66A6AA;
}
</style>
border-color css
<style>
span { border-color: #66A6AA; }
span { border-color: rgb(102,166,170); }
td.TdClassName
{
border-color: #66A6AA;
}
.TagClassName
{
border-color: #66A6AA;
}
</style>