Shades of Fountain Blue #6BAAB5
Tints of Fountain Blue #6BAAB5
RGB
CMYK
RGB Variations
Color information
#6BAAB5 (or 0x6BAAB5) is known color: Fountain Blue. HEX triplet: 6B, AA and B5. RGB value is (107,170,181). Sum of RGB (Red+Green+Blue) = 107+170+181=458 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.36% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 181 - color contains mainly: blue. Hex color #6BAAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAAB5 is #94554A. Grayscale: #989898. Windows color (decimal): -9721163 or 11905643. OLE color: 11905643.
HSL color Cylindrical-coordinate representation of color #6BAAB5: hue angle of 188.92º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BAAB5 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 170 | 181 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.29 |
| HSL | 188.92º | 0.33% | 0.56% | - |
| HSV(B) | 188.92º | 0.41% | 0.71% | - |
| XYZ | 28.78 | 35.21 | 49 | - |
| YUV | 152.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 181 | 0.41 | 0.06 | 0 | 0.29 | 188.92 | 0.33 | 0.56 |
| Hex | 6B | AA | B5 | 29 | 6 | 0 | 1D | BD | 21 | 38 |
| Octal | 153 | 252 | 265 | 51 | 6 | 0 | 35 | 275 | 41 | 70 |
| Binary | 1101011 | 10101010 | 10110101 | 101001 | 110 | 0 | 11101 | 10111101 | 100001 | 111000 |
Color Harmonies of #6BAAB5
Complementary color
Monochromatic Colors of #6BAAB5
Black with #6BAAB5
Text Example
Text Example
White with #6BAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAAB5; }
p { color: rgb(107,170,181); }
H1.HeaderClassName
{
color: #6BAAB5;
}
.AnyTagClassName
{
color: #6BAAB5;
}
</style>
background-color css
<style>
a { background-color: #6BAAB5; }
a { background-color: rgb(107,170,181); }
div.DivClassName
{
background-color: #6BAAB5;
}
.BgClassName
{
background-color: #6BAAB5;
}
</style>
border-color css
<style>
span { border-color: #6BAAB5; }
span { border-color: rgb(107,170,181); }
td.TdClassName
{
border-color: #6BAAB5;
}
.TagClassName
{
border-color: #6BAAB5;
}
</style>