Shades of Fountain Blue #61ACB7
Tints of Fountain Blue #61ACB7
RGB
CMYK
RGB Variations
Color information
#61ACB7 (or 0x61ACB7) is known color: Fountain Blue. HEX triplet: 61, AC and B7. RGB value is (97,172,183). Sum of RGB (Red+Green+Blue) = 97+172+183=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: blue. Hex color #61ACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACB7 is #9E5348. Grayscale: #969696. Windows color (decimal): -10376009 or 12037217. OLE color: 12037217.
HSL color Cylindrical-coordinate representation of color #61ACB7: hue angle of 187.67º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61ACB7 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 172 | 183 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.28 |
| HSL | 187.67º | 0.37% | 0.55% | - |
| HSV(B) | 187.67º | 0.47% | 0.72% | - |
| XYZ | 28.23 | 35.47 | 50.16 | - |
| YUV | 150.83 | 146.15 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 183 | 0.47 | 0.06 | 0 | 0.28 | 187.67 | 0.37 | 0.55 |
| Hex | 61 | AC | B7 | 2F | 6 | 0 | 1C | BC | 25 | 37 |
| Octal | 141 | 254 | 267 | 57 | 6 | 0 | 34 | 274 | 45 | 67 |
| Binary | 1100001 | 10101100 | 10110111 | 101111 | 110 | 0 | 11100 | 10111100 | 100101 | 110111 |
Color Harmonies of #61ACB7
Complementary color
Monochromatic Colors of #61ACB7
Black with #61ACB7
Text Example
Text Example
White with #61ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACB7; }
p { color: rgb(97,172,183); }
H1.HeaderClassName
{
color: #61ACB7;
}
.AnyTagClassName
{
color: #61ACB7;
}
</style>
background-color css
<style>
a { background-color: #61ACB7; }
a { background-color: rgb(97,172,183); }
div.DivClassName
{
background-color: #61ACB7;
}
.BgClassName
{
background-color: #61ACB7;
}
</style>
border-color css
<style>
span { border-color: #61ACB7; }
span { border-color: rgb(97,172,183); }
td.TdClassName
{
border-color: #61ACB7;
}
.TagClassName
{
border-color: #61ACB7;
}
</style>