Shades of Fountain Blue #6BAAB4
Tints of Fountain Blue #6BAAB4
RGB
CMYK
RGB Variations
Color information
#6BAAB4 (or 0x6BAAB4) is known color: Fountain Blue. HEX triplet: 6B, AA and B4. RGB value is (107,170,180). Sum of RGB (Red+Green+Blue) = 107+170+180=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #6BAAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAAB4 is #94554B. Grayscale: #989898. Windows color (decimal): -9721164 or 11840107. OLE color: 11840107.
HSL color Cylindrical-coordinate representation of color #6BAAB4: hue angle of 188.22º 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 #6BAAB4 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 170 | 180 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.29 |
| HSL | 188.22º | 0.33% | 0.56% | - |
| HSV(B) | 188.22º | 0.41% | 0.71% | - |
| XYZ | 28.68 | 35.17 | 48.46 | - |
| YUV | 152.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 180 | 0.41 | 0.06 | 0 | 0.29 | 188.22 | 0.33 | 0.56 |
| Hex | 6B | AA | B4 | 29 | 6 | 0 | 1D | BC | 21 | 38 |
| Octal | 153 | 252 | 264 | 51 | 6 | 0 | 35 | 274 | 41 | 70 |
| Binary | 1101011 | 10101010 | 10110100 | 101001 | 110 | 0 | 11101 | 10111100 | 100001 | 111000 |
Color Harmonies of #6BAAB4
Complementary color
Monochromatic Colors of #6BAAB4
Black with #6BAAB4
Text Example
Text Example
White with #6BAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAAB4; }
p { color: rgb(107,170,180); }
H1.HeaderClassName
{
color: #6BAAB4;
}
.AnyTagClassName
{
color: #6BAAB4;
}
</style>
background-color css
<style>
a { background-color: #6BAAB4; }
a { background-color: rgb(107,170,180); }
div.DivClassName
{
background-color: #6BAAB4;
}
.BgClassName
{
background-color: #6BAAB4;
}
</style>
border-color css
<style>
span { border-color: #6BAAB4; }
span { border-color: rgb(107,170,180); }
td.TdClassName
{
border-color: #6BAAB4;
}
.TagClassName
{
border-color: #6BAAB4;
}
</style>