Shades of Fountain Blue #6ABBBE
Tints of Fountain Blue #6ABBBE
RGB
CMYK
RGB Variations
Color information
#6ABBBE (or 0x6ABBBE) is known color: Fountain Blue. HEX triplet: 6A, BB and BE. RGB value is (106,187,190). Sum of RGB (Red+Green+Blue) = 106+187+190=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #6ABBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBBE is #954441. Grayscale: #A3A3A3. Windows color (decimal): -9782338 or 12499818. OLE color: 12499818.
HSL color Cylindrical-coordinate representation of color #6ABBBE: hue angle of 182.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABBBE is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 187 | 190 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.25 |
| HSL | 182.14º | 0.39% | 0.58% | - |
| HSV(B) | 182.14º | 0.44% | 0.75% | - |
| XYZ | 33.01 | 42.32 | 55.14 | - |
| YUV | 163.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 190 | 0.44 | 0.02 | 0 | 0.25 | 182.14 | 0.39 | 0.58 |
| Hex | 6A | BB | BE | 2C | 2 | 0 | 19 | B6 | 27 | 3A |
| Octal | 152 | 273 | 276 | 54 | 2 | 0 | 31 | 266 | 47 | 72 |
| Binary | 1101010 | 10111011 | 10111110 | 101100 | 10 | 0 | 11001 | 10110110 | 100111 | 111010 |
Color Harmonies of #6ABBBE
Complementary color
Monochromatic Colors of #6ABBBE
Black with #6ABBBE
Text Example
Text Example
White with #6ABBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBBE; }
p { color: rgb(106,187,190); }
H1.HeaderClassName
{
color: #6ABBBE;
}
.AnyTagClassName
{
color: #6ABBBE;
}
</style>
background-color css
<style>
a { background-color: #6ABBBE; }
a { background-color: rgb(106,187,190); }
div.DivClassName
{
background-color: #6ABBBE;
}
.BgClassName
{
background-color: #6ABBBE;
}
</style>
border-color css
<style>
span { border-color: #6ABBBE; }
span { border-color: rgb(106,187,190); }
td.TdClassName
{
border-color: #6ABBBE;
}
.TagClassName
{
border-color: #6ABBBE;
}
</style>