Shades of Fountain Blue #6ABFBE
Tints of Fountain Blue #6ABFBE
RGB
CMYK
RGB Variations
Color information
#6ABFBE (or 0x6ABFBE) is known color: Fountain Blue. HEX triplet: 6A, BF and BE. RGB value is (106,191,190). Sum of RGB (Red+Green+Blue) = 106+191+190=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFBE is #954041. Grayscale: #A5A5A5. Windows color (decimal): -9781314 or 12500842. OLE color: 12500842.
HSL color Cylindrical-coordinate representation of color #6ABFBE: hue angle of 179.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABFBE is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 191 | 190 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.25 |
| HSL | 179.29º | 0.4% | 0.58% | - |
| HSV(B) | 179.29º | 0.45% | 0.75% | - |
| XYZ | 33.87 | 44.04 | 55.43 | - |
| YUV | 165.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 190 | 0.45 | 0 | 0.01 | 0.25 | 179.29 | 0.4 | 0.58 |
| Hex | 6A | BF | BE | 2D | 0 | 1 | 19 | B3 | 28 | 3A |
| Octal | 152 | 277 | 276 | 55 | 0 | 1 | 31 | 263 | 50 | 72 |
| Binary | 1101010 | 10111111 | 10111110 | 101101 | 0 | 1 | 11001 | 10110011 | 101000 | 111010 |
Color Harmonies of #6ABFBE
Complementary color
Monochromatic Colors of #6ABFBE
Black with #6ABFBE
Text Example
Text Example
White with #6ABFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFBE; }
p { color: rgb(106,191,190); }
H1.HeaderClassName
{
color: #6ABFBE;
}
.AnyTagClassName
{
color: #6ABFBE;
}
</style>
background-color css
<style>
a { background-color: #6ABFBE; }
a { background-color: rgb(106,191,190); }
div.DivClassName
{
background-color: #6ABFBE;
}
.BgClassName
{
background-color: #6ABFBE;
}
</style>
border-color css
<style>
span { border-color: #6ABFBE; }
span { border-color: rgb(106,191,190); }
td.TdClassName
{
border-color: #6ABFBE;
}
.TagClassName
{
border-color: #6ABFBE;
}
</style>