Shades of Fountain Blue #6AB6B9
Tints of Fountain Blue #6AB6B9
RGB
CMYK
RGB Variations
Color information
#6AB6B9 (or 0x6AB6B9) is known color: Fountain Blue. HEX triplet: 6A, B6 and B9. RGB value is (106,182,185). Sum of RGB (Red+Green+Blue) = 106+182+185=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #6AB6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB6B9 is #954946. Grayscale: #9F9F9F. Windows color (decimal): -9783623 or 12170858. OLE color: 12170858.
HSL color Cylindrical-coordinate representation of color #6AB6B9: hue angle of 182.28º 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 #6AB6B9 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 182 | 185 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.27 |
| HSL | 182.28º | 0.36% | 0.57% | - |
| HSV(B) | 182.28º | 0.43% | 0.73% | - |
| XYZ | 31.43 | 40.02 | 51.97 | - |
| YUV | 159.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 182 | 185 | 0.43 | 0.02 | 0 | 0.27 | 182.28 | 0.36 | 0.57 |
| Hex | 6A | B6 | B9 | 2B | 2 | 0 | 1B | B6 | 24 | 39 |
| Octal | 152 | 266 | 271 | 53 | 2 | 0 | 33 | 266 | 44 | 71 |
| Binary | 1101010 | 10110110 | 10111001 | 101011 | 10 | 0 | 11011 | 10110110 | 100100 | 111001 |
Color Harmonies of #6AB6B9
Complementary color
Monochromatic Colors of #6AB6B9
Black with #6AB6B9
Text Example
Text Example
White with #6AB6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB6B9; }
p { color: rgb(106,182,185); }
H1.HeaderClassName
{
color: #6AB6B9;
}
.AnyTagClassName
{
color: #6AB6B9;
}
</style>
background-color css
<style>
a { background-color: #6AB6B9; }
a { background-color: rgb(106,182,185); }
div.DivClassName
{
background-color: #6AB6B9;
}
.BgClassName
{
background-color: #6AB6B9;
}
</style>
border-color css
<style>
span { border-color: #6AB6B9; }
span { border-color: rgb(106,182,185); }
td.TdClassName
{
border-color: #6AB6B9;
}
.TagClassName
{
border-color: #6AB6B9;
}
</style>