Shades of Fountain Blue #6AB2B9
Tints of Fountain Blue #6AB2B9
RGB
CMYK
RGB Variations
Color information
#6AB2B9 (or 0x6AB2B9) is known color: Fountain Blue. HEX triplet: 6A, B2 and B9. RGB value is (106,178,185). Sum of RGB (Red+Green+Blue) = 106+178+185=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 185 - color contains mainly: blue. Hex color #6AB2B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB2B9 is #954D46. Grayscale: #9D9D9D. Windows color (decimal): -9784647 or 12169834. OLE color: 12169834.
HSL color Cylindrical-coordinate representation of color #6AB2B9: hue angle of 185.32º 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 #6AB2B9 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 178 | 185 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.27 |
| HSL | 185.32º | 0.36% | 0.57% | - |
| HSV(B) | 185.32º | 0.43% | 0.73% | - |
| XYZ | 30.62 | 38.41 | 51.7 | - |
| YUV | 157.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 185 | 0.43 | 0.04 | 0 | 0.27 | 185.32 | 0.36 | 0.57 |
| Hex | 6A | B2 | B9 | 2B | 4 | 0 | 1B | B9 | 24 | 39 |
| Octal | 152 | 262 | 271 | 53 | 4 | 0 | 33 | 271 | 44 | 71 |
| Binary | 1101010 | 10110010 | 10111001 | 101011 | 100 | 0 | 11011 | 10111001 | 100100 | 111001 |
Color Harmonies of #6AB2B9
Complementary color
Monochromatic Colors of #6AB2B9
Black with #6AB2B9
Text Example
Text Example
White with #6AB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB2B9; }
p { color: rgb(106,178,185); }
H1.HeaderClassName
{
color: #6AB2B9;
}
.AnyTagClassName
{
color: #6AB2B9;
}
</style>
background-color css
<style>
a { background-color: #6AB2B9; }
a { background-color: rgb(106,178,185); }
div.DivClassName
{
background-color: #6AB2B9;
}
.BgClassName
{
background-color: #6AB2B9;
}
</style>
border-color css
<style>
span { border-color: #6AB2B9; }
span { border-color: rgb(106,178,185); }
td.TdClassName
{
border-color: #6AB2B9;
}
.TagClassName
{
border-color: #6AB2B9;
}
</style>