Shades of Fountain Blue #6BAAB0
Tints of Fountain Blue #6BAAB0
RGB
CMYK
RGB Variations
Color information
#6BAAB0 (or 0x6BAAB0) is known color: Fountain Blue. HEX triplet: 6B, AA and B0. RGB value is (107,170,176). Sum of RGB (Red+Green+Blue) = 107+170+176=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 176 - color contains mainly: blue. Hex color #6BAAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAB0 is #94554F. Grayscale: #979797. Windows color (decimal): -9721168 or 11577963. OLE color: 11577963.
HSL color Cylindrical-coordinate representation of color #6BAAB0: hue angle of 185.22º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAAB0 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 170 | 176 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.31 |
| HSL | 185.22º | 0.3% | 0.55% | - |
| HSV(B) | 185.22º | 0.39% | 0.69% | - |
| XYZ | 28.27 | 35.01 | 46.34 | - |
| YUV | 151.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 176 | 0.39 | 0.03 | 0 | 0.31 | 185.22 | 0.3 | 0.55 |
| Hex | 6B | AA | B0 | 27 | 3 | 0 | 1F | B9 | 1E | 37 |
| Octal | 153 | 252 | 260 | 47 | 3 | 0 | 37 | 271 | 36 | 67 |
| Binary | 1101011 | 10101010 | 10110000 | 100111 | 11 | 0 | 11111 | 10111001 | 11110 | 110111 |
Color Harmonies of #6BAAB0
Complementary color
Monochromatic Colors of #6BAAB0
Black with #6BAAB0
Text Example
Text Example
White with #6BAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAAB0; }
p { color: rgb(107,170,176); }
H1.HeaderClassName
{
color: #6BAAB0;
}
.AnyTagClassName
{
color: #6BAAB0;
}
</style>
background-color css
<style>
a { background-color: #6BAAB0; }
a { background-color: rgb(107,170,176); }
div.DivClassName
{
background-color: #6BAAB0;
}
.BgClassName
{
background-color: #6BAAB0;
}
</style>
border-color css
<style>
span { border-color: #6BAAB0; }
span { border-color: rgb(107,170,176); }
td.TdClassName
{
border-color: #6BAAB0;
}
.TagClassName
{
border-color: #6BAAB0;
}
</style>