Shades of Fountain Blue #61ACB6
Tints of Fountain Blue #61ACB6
RGB
CMYK
RGB Variations
Color information
#61ACB6 (or 0x61ACB6) is known color: Fountain Blue. HEX triplet: 61, AC and B6. RGB value is (97,172,182). Sum of RGB (Red+Green+Blue) = 97+172+182=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 182 - color contains mainly: blue. Hex color #61ACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACB6 is #9E5349. Grayscale: #969696. Windows color (decimal): -10376010 or 11971681. OLE color: 11971681.
HSL color Cylindrical-coordinate representation of color #61ACB6: hue angle of 187.06º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61ACB6 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 172 | 182 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.29 |
| HSL | 187.06º | 0.37% | 0.55% | - |
| HSV(B) | 187.06º | 0.47% | 0.71% | - |
| XYZ | 28.13 | 35.42 | 49.61 | - |
| YUV | 150.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 182 | 0.47 | 0.05 | 0 | 0.29 | 187.06 | 0.37 | 0.55 |
| Hex | 61 | AC | B6 | 2F | 5 | 0 | 1D | BB | 25 | 37 |
| Octal | 141 | 254 | 266 | 57 | 5 | 0 | 35 | 273 | 45 | 67 |
| Binary | 1100001 | 10101100 | 10110110 | 101111 | 101 | 0 | 11101 | 10111011 | 100101 | 110111 |
Color Harmonies of #61ACB6
Complementary color
Monochromatic Colors of #61ACB6
Black with #61ACB6
Text Example
Text Example
White with #61ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACB6; }
p { color: rgb(97,172,182); }
H1.HeaderClassName
{
color: #61ACB6;
}
.AnyTagClassName
{
color: #61ACB6;
}
</style>
background-color css
<style>
a { background-color: #61ACB6; }
a { background-color: rgb(97,172,182); }
div.DivClassName
{
background-color: #61ACB6;
}
.BgClassName
{
background-color: #61ACB6;
}
</style>
border-color css
<style>
span { border-color: #61ACB6; }
span { border-color: rgb(97,172,182); }
td.TdClassName
{
border-color: #61ACB6;
}
.TagClassName
{
border-color: #61ACB6;
}
</style>