Shades of Fountain Blue #61B3BF
Tints of Fountain Blue #61B3BF
RGB
CMYK
RGB Variations
Color information
#61B3BF (or 0x61B3BF) is known color: Fountain Blue. HEX triplet: 61, B3 and BF. RGB value is (97,179,191). Sum of RGB (Red+Green+Blue) = 97+179+191=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #61B3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B3BF is #9E4C40. Grayscale: #9B9B9B. Windows color (decimal): -10374209 or 12563297. OLE color: 12563297.
HSL color Cylindrical-coordinate representation of color #61B3BF: hue angle of 187.66º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61B3BF is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 179 | 191 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.25 |
| HSL | 187.66º | 0.42% | 0.56% | - |
| HSV(B) | 187.66º | 0.49% | 0.75% | - |
| XYZ | 30.45 | 38.54 | 55.12 | - |
| YUV | 155.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 179 | 191 | 0.49 | 0.06 | 0 | 0.25 | 187.66 | 0.42 | 0.56 |
| Hex | 61 | B3 | BF | 31 | 6 | 0 | 19 | BC | 2A | 38 |
| Octal | 141 | 263 | 277 | 61 | 6 | 0 | 31 | 274 | 52 | 70 |
| Binary | 1100001 | 10110011 | 10111111 | 110001 | 110 | 0 | 11001 | 10111100 | 101010 | 111000 |
Color Harmonies of #61B3BF
Complementary color
Monochromatic Colors of #61B3BF
Black with #61B3BF
Text Example
Text Example
White with #61B3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B3BF; }
p { color: rgb(97,179,191); }
H1.HeaderClassName
{
color: #61B3BF;
}
.AnyTagClassName
{
color: #61B3BF;
}
</style>
background-color css
<style>
a { background-color: #61B3BF; }
a { background-color: rgb(97,179,191); }
div.DivClassName
{
background-color: #61B3BF;
}
.BgClassName
{
background-color: #61B3BF;
}
</style>
border-color css
<style>
span { border-color: #61B3BF; }
span { border-color: rgb(97,179,191); }
td.TdClassName
{
border-color: #61B3BF;
}
.TagClassName
{
border-color: #61B3BF;
}
</style>