Shades of Fountain Blue #6AB8B9
Tints of Fountain Blue #6AB8B9
RGB
CMYK
RGB Variations
Color information
#6AB8B9 (or 0x6AB8B9) is known color: Fountain Blue. HEX triplet: 6A, B8 and B9. RGB value is (106,184,185). Sum of RGB (Red+Green+Blue) = 106+184+185=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #6AB8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB8B9 is #954746. Grayscale: #A0A0A0. Windows color (decimal): -9783111 or 12171370. OLE color: 12171370.
HSL color Cylindrical-coordinate representation of color #6AB8B9: hue angle of 180.76º 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 #6AB8B9 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 184 | 185 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.27 |
| HSL | 180.76º | 0.36% | 0.57% | - |
| HSV(B) | 180.76º | 0.43% | 0.73% | - |
| XYZ | 31.84 | 40.85 | 52.11 | - |
| YUV | 160.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 185 | 0.43 | 0.01 | 0 | 0.27 | 180.76 | 0.36 | 0.57 |
| Hex | 6A | B8 | B9 | 2B | 1 | 0 | 1B | B5 | 24 | 39 |
| Octal | 152 | 270 | 271 | 53 | 1 | 0 | 33 | 265 | 44 | 71 |
| Binary | 1101010 | 10111000 | 10111001 | 101011 | 1 | 0 | 11011 | 10110101 | 100100 | 111001 |
Color Harmonies of #6AB8B9
Complementary color
Monochromatic Colors of #6AB8B9
Black with #6AB8B9
Text Example
Text Example
White with #6AB8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB8B9; }
p { color: rgb(106,184,185); }
H1.HeaderClassName
{
color: #6AB8B9;
}
.AnyTagClassName
{
color: #6AB8B9;
}
</style>
background-color css
<style>
a { background-color: #6AB8B9; }
a { background-color: rgb(106,184,185); }
div.DivClassName
{
background-color: #6AB8B9;
}
.BgClassName
{
background-color: #6AB8B9;
}
</style>
border-color css
<style>
span { border-color: #6AB8B9; }
span { border-color: rgb(106,184,185); }
td.TdClassName
{
border-color: #6AB8B9;
}
.TagClassName
{
border-color: #6AB8B9;
}
</style>