Shades of Fountain Blue #6AB1B9
Tints of Fountain Blue #6AB1B9
RGB
CMYK
RGB Variations
Color information
#6AB1B9 (or 0x6AB1B9) is known color: Fountain Blue. HEX triplet: 6A, B1 and B9. RGB value is (106,177,185). Sum of RGB (Red+Green+Blue) = 106+177+185=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #6AB1B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB1B9 is #954E46. Grayscale: #9C9C9C. Windows color (decimal): -9784903 or 12169578. OLE color: 12169578.
HSL color Cylindrical-coordinate representation of color #6AB1B9: hue angle of 186.08º 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 #6AB1B9 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 177 | 185 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.27 |
| HSL | 186.08º | 0.36% | 0.57% | - |
| HSV(B) | 186.08º | 0.43% | 0.73% | - |
| XYZ | 30.42 | 38.01 | 51.63 | - |
| YUV | 156.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 185 | 0.43 | 0.04 | 0 | 0.27 | 186.08 | 0.36 | 0.57 |
| Hex | 6A | B1 | B9 | 2B | 4 | 0 | 1B | BA | 24 | 39 |
| Octal | 152 | 261 | 271 | 53 | 4 | 0 | 33 | 272 | 44 | 71 |
| Binary | 1101010 | 10110001 | 10111001 | 101011 | 100 | 0 | 11011 | 10111010 | 100100 | 111001 |
Color Harmonies of #6AB1B9
Complementary color
Monochromatic Colors of #6AB1B9
Black with #6AB1B9
Text Example
Text Example
White with #6AB1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB1B9; }
p { color: rgb(106,177,185); }
H1.HeaderClassName
{
color: #6AB1B9;
}
.AnyTagClassName
{
color: #6AB1B9;
}
</style>
background-color css
<style>
a { background-color: #6AB1B9; }
a { background-color: rgb(106,177,185); }
div.DivClassName
{
background-color: #6AB1B9;
}
.BgClassName
{
background-color: #6AB1B9;
}
</style>
border-color css
<style>
span { border-color: #6AB1B9; }
span { border-color: rgb(106,177,185); }
td.TdClassName
{
border-color: #6AB1B9;
}
.TagClassName
{
border-color: #6AB1B9;
}
</style>