Shades of Fountain Blue #61B4C0
Tints of Fountain Blue #61B4C0
RGB
CMYK
RGB Variations
Color information
#61B4C0 (or 0x61B4C0) is known color: Fountain Blue. HEX triplet: 61, B4 and C0. RGB value is (97,180,192). Sum of RGB (Red+Green+Blue) = 97+180+192=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #61B4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B4C0 is #9E4B3F. Grayscale: #9C9C9C. Windows color (decimal): -10373952 or 12629089. OLE color: 12629089.
HSL color Cylindrical-coordinate representation of color #61B4C0: hue angle of 187.58º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61B4C0 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 180 | 192 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.25 |
| HSL | 187.58º | 0.43% | 0.57% | - |
| HSV(B) | 187.58º | 0.49% | 0.75% | - |
| XYZ | 30.77 | 38.99 | 55.77 | - |
| YUV | 156.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 180 | 192 | 0.49 | 0.06 | 0 | 0.25 | 187.58 | 0.43 | 0.57 |
| Hex | 61 | B4 | C0 | 31 | 6 | 0 | 19 | BC | 2B | 39 |
| Octal | 141 | 264 | 300 | 61 | 6 | 0 | 31 | 274 | 53 | 71 |
| Binary | 1100001 | 10110100 | 11000000 | 110001 | 110 | 0 | 11001 | 10111100 | 101011 | 111001 |
Color Harmonies of #61B4C0
Complementary color
Monochromatic Colors of #61B4C0
Black with #61B4C0
Text Example
Text Example
White with #61B4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B4C0; }
p { color: rgb(97,180,192); }
H1.HeaderClassName
{
color: #61B4C0;
}
.AnyTagClassName
{
color: #61B4C0;
}
</style>
background-color css
<style>
a { background-color: #61B4C0; }
a { background-color: rgb(97,180,192); }
div.DivClassName
{
background-color: #61B4C0;
}
.BgClassName
{
background-color: #61B4C0;
}
</style>
border-color css
<style>
span { border-color: #61B4C0; }
span { border-color: rgb(97,180,192); }
td.TdClassName
{
border-color: #61B4C0;
}
.TagClassName
{
border-color: #61B4C0;
}
</style>