Shades of Fountain Blue #6BAAB6
Tints of Fountain Blue #6BAAB6
RGB
CMYK
RGB Variations
Color information
#6BAAB6 (or 0x6BAAB6) is known color: Fountain Blue. HEX triplet: 6B, AA and B6. RGB value is (107,170,182). Sum of RGB (Red+Green+Blue) = 107+170+182=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #6BAAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAAB6 is #945549. Grayscale: #989898. Windows color (decimal): -9721162 or 11971179. OLE color: 11971179.
HSL color Cylindrical-coordinate representation of color #6BAAB6: hue angle of 189.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BAAB6 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 170 | 182 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.29 |
| HSL | 189.6º | 0.34% | 0.57% | - |
| HSV(B) | 189.6º | 0.41% | 0.71% | - |
| XYZ | 28.88 | 35.25 | 49.54 | - |
| YUV | 152.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 182 | 0.41 | 0.07 | 0 | 0.29 | 189.6 | 0.34 | 0.57 |
| Hex | 6B | AA | B6 | 29 | 7 | 0 | 1D | BE | 22 | 39 |
| Octal | 153 | 252 | 266 | 51 | 7 | 0 | 35 | 276 | 42 | 71 |
| Binary | 1101011 | 10101010 | 10110110 | 101001 | 111 | 0 | 11101 | 10111110 | 100010 | 111001 |
Color Harmonies of #6BAAB6
Complementary color
Monochromatic Colors of #6BAAB6
Black with #6BAAB6
Text Example
Text Example
White with #6BAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAAB6; }
p { color: rgb(107,170,182); }
H1.HeaderClassName
{
color: #6BAAB6;
}
.AnyTagClassName
{
color: #6BAAB6;
}
</style>
background-color css
<style>
a { background-color: #6BAAB6; }
a { background-color: rgb(107,170,182); }
div.DivClassName
{
background-color: #6BAAB6;
}
.BgClassName
{
background-color: #6BAAB6;
}
</style>
border-color css
<style>
span { border-color: #6BAAB6; }
span { border-color: rgb(107,170,182); }
td.TdClassName
{
border-color: #6BAAB6;
}
.TagClassName
{
border-color: #6BAAB6;
}
</style>