Shades of Fountain Blue #6BAAAC
Tints of Fountain Blue #6BAAAC
RGB
CMYK
RGB Variations
Color information
#6BAAAC (or 0x6BAAAC) is known color: Fountain Blue. HEX triplet: 6B, AA and AC. RGB value is (107,170,172). Sum of RGB (Red+Green+Blue) = 107+170+172=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #6BAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAAC is #945553. Grayscale: #979797. Windows color (decimal): -9721172 or 11315819. OLE color: 11315819.
HSL color Cylindrical-coordinate representation of color #6BAAAC: hue angle of 181.85º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAAAC is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 172 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.33 |
| HSL | 181.85º | 0.28% | 0.55% | - |
| HSV(B) | 181.85º | 0.38% | 0.67% | - |
| XYZ | 27.88 | 34.85 | 44.29 | - |
| YUV | 151.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 172 | 0.38 | 0.01 | 0 | 0.33 | 181.85 | 0.28 | 0.55 |
| Hex | 6B | AA | AC | 26 | 1 | 0 | 21 | B6 | 1C | 37 |
| Octal | 153 | 252 | 254 | 46 | 1 | 0 | 41 | 266 | 34 | 67 |
| Binary | 1101011 | 10101010 | 10101100 | 100110 | 1 | 0 | 100001 | 10110110 | 11100 | 110111 |
Color Harmonies of #6BAAAC
Complementary color
Monochromatic Colors of #6BAAAC
Black with #6BAAAC
Text Example
Text Example
White with #6BAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAAAC; }
p { color: rgb(107,170,172); }
H1.HeaderClassName
{
color: #6BAAAC;
}
.AnyTagClassName
{
color: #6BAAAC;
}
</style>
background-color css
<style>
a { background-color: #6BAAAC; }
a { background-color: rgb(107,170,172); }
div.DivClassName
{
background-color: #6BAAAC;
}
.BgClassName
{
background-color: #6BAAAC;
}
</style>
border-color css
<style>
span { border-color: #6BAAAC; }
span { border-color: rgb(107,170,172); }
td.TdClassName
{
border-color: #6BAAAC;
}
.TagClassName
{
border-color: #6BAAAC;
}
</style>