Shades of Fountain Blue #6AB7B9
Tints of Fountain Blue #6AB7B9
RGB
CMYK
RGB Variations
Color information
#6AB7B9 (or 0x6AB7B9) is known color: Fountain Blue. HEX triplet: 6A, B7 and B9. RGB value is (106,183,185). Sum of RGB (Red+Green+Blue) = 106+183+185=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #6AB7B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB7B9 is #954846. Grayscale: #A0A0A0. Windows color (decimal): -9783367 or 12171114. OLE color: 12171114.
HSL color Cylindrical-coordinate representation of color #6AB7B9: hue angle of 181.52º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB7B9 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 183 | 185 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.27 |
| HSL | 181.52º | 0.36% | 0.57% | - |
| HSV(B) | 181.52º | 0.43% | 0.73% | - |
| XYZ | 31.63 | 40.43 | 52.04 | - |
| YUV | 160.21 | 141.99 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 185 | 0.43 | 0.01 | 0 | 0.27 | 181.52 | 0.36 | 0.57 |
| Hex | 6A | B7 | B9 | 2B | 1 | 0 | 1B | B6 | 24 | 39 |
| Octal | 152 | 267 | 271 | 53 | 1 | 0 | 33 | 266 | 44 | 71 |
| Binary | 1101010 | 10110111 | 10111001 | 101011 | 1 | 0 | 11011 | 10110110 | 100100 | 111001 |
Color Harmonies of #6AB7B9
Complementary color
Monochromatic Colors of #6AB7B9
Black with #6AB7B9
Text Example
Text Example
White with #6AB7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB7B9; }
p { color: rgb(106,183,185); }
H1.HeaderClassName
{
color: #6AB7B9;
}
.AnyTagClassName
{
color: #6AB7B9;
}
</style>
background-color css
<style>
a { background-color: #6AB7B9; }
a { background-color: rgb(106,183,185); }
div.DivClassName
{
background-color: #6AB7B9;
}
.BgClassName
{
background-color: #6AB7B9;
}
</style>
border-color css
<style>
span { border-color: #6AB7B9; }
span { border-color: rgb(106,183,185); }
td.TdClassName
{
border-color: #6AB7B9;
}
.TagClassName
{
border-color: #6AB7B9;
}
</style>