Shades of Fountain Blue #67AAB7
Tints of Fountain Blue #67AAB7
RGB
CMYK
RGB Variations
Color information
#67AAB7 (or 0x67AAB7) is known color: Fountain Blue. HEX triplet: 67, AA and B7. RGB value is (103,170,183). Sum of RGB (Red+Green+Blue) = 103+170+183=456 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.59% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 183 - color contains mainly: blue. Hex color #67AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AAB7 is #985548. Grayscale: #979797. Windows color (decimal): -9983305 or 12036711. OLE color: 12036711.
HSL color Cylindrical-coordinate representation of color #67AAB7: hue angle of 189.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67AAB7 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 170 | 183 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.28 |
| HSL | 189.75º | 0.36% | 0.56% | - |
| HSV(B) | 189.75º | 0.44% | 0.72% | - |
| XYZ | 28.52 | 35.05 | 50.06 | - |
| YUV | 151.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 183 | 0.44 | 0.07 | 0 | 0.28 | 189.75 | 0.36 | 0.56 |
| Hex | 67 | AA | B7 | 2C | 7 | 0 | 1C | BE | 24 | 38 |
| Octal | 147 | 252 | 267 | 54 | 7 | 0 | 34 | 276 | 44 | 70 |
| Binary | 1100111 | 10101010 | 10110111 | 101100 | 111 | 0 | 11100 | 10111110 | 100100 | 111000 |
Color Harmonies of #67AAB7
Complementary color
Monochromatic Colors of #67AAB7
Black with #67AAB7
Text Example
Text Example
White with #67AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AAB7; }
p { color: rgb(103,170,183); }
H1.HeaderClassName
{
color: #67AAB7;
}
.AnyTagClassName
{
color: #67AAB7;
}
</style>
background-color css
<style>
a { background-color: #67AAB7; }
a { background-color: rgb(103,170,183); }
div.DivClassName
{
background-color: #67AAB7;
}
.BgClassName
{
background-color: #67AAB7;
}
</style>
border-color css
<style>
span { border-color: #67AAB7; }
span { border-color: rgb(103,170,183); }
td.TdClassName
{
border-color: #67AAB7;
}
.TagClassName
{
border-color: #67AAB7;
}
</style>