Shades of Fountain Blue #6AB7BC
Tints of Fountain Blue #6AB7BC
RGB
CMYK
RGB Variations
Color information
#6AB7BC (or 0x6AB7BC) is known color: Fountain Blue. HEX triplet: 6A, B7 and BC. RGB value is (106,183,188). Sum of RGB (Red+Green+Blue) = 106+183+188=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #6AB7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB7BC is #954843. Grayscale: #A0A0A0. Windows color (decimal): -9783364 or 12367722. OLE color: 12367722.
HSL color Cylindrical-coordinate representation of color #6AB7BC: hue angle of 183.66º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AB7BC is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 183 | 188 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.26 |
| HSL | 183.66º | 0.38% | 0.58% | - |
| HSV(B) | 183.66º | 0.44% | 0.74% | - |
| XYZ | 31.95 | 40.56 | 53.72 | - |
| YUV | 160.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 188 | 0.44 | 0.03 | 0 | 0.26 | 183.66 | 0.38 | 0.58 |
| Hex | 6A | B7 | BC | 2C | 3 | 0 | 1A | B8 | 26 | 3A |
| Octal | 152 | 267 | 274 | 54 | 3 | 0 | 32 | 270 | 46 | 72 |
| Binary | 1101010 | 10110111 | 10111100 | 101100 | 11 | 0 | 11010 | 10111000 | 100110 | 111010 |
Color Harmonies of #6AB7BC
Complementary color
Monochromatic Colors of #6AB7BC
Black with #6AB7BC
Text Example
Text Example
White with #6AB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB7BC; }
p { color: rgb(106,183,188); }
H1.HeaderClassName
{
color: #6AB7BC;
}
.AnyTagClassName
{
color: #6AB7BC;
}
</style>
background-color css
<style>
a { background-color: #6AB7BC; }
a { background-color: rgb(106,183,188); }
div.DivClassName
{
background-color: #6AB7BC;
}
.BgClassName
{
background-color: #6AB7BC;
}
</style>
border-color css
<style>
span { border-color: #6AB7BC; }
span { border-color: rgb(106,183,188); }
td.TdClassName
{
border-color: #6AB7BC;
}
.TagClassName
{
border-color: #6AB7BC;
}
</style>