Shades of Fountain Blue #6BA0AE
Tints of Fountain Blue #6BA0AE
RGB
CMYK
RGB Variations
Color information
#6BA0AE (or 0x6BA0AE) is known color: Fountain Blue. HEX triplet: 6B, A0 and AE. RGB value is (107,160,174). Sum of RGB (Red+Green+Blue) = 107+160+174=441 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.26% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #6BA0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA0AE is #945F51. Grayscale: #919191. Windows color (decimal): -9723730 or 11444331. OLE color: 11444331.
HSL color Cylindrical-coordinate representation of color #6BA0AE: hue angle of 192.54º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BA0AE is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 160 | 174 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.32 |
| HSL | 192.54º | 0.29% | 0.55% | - |
| HSV(B) | 192.54º | 0.39% | 0.68% | - |
| XYZ | 26.27 | 31.32 | 44.71 | - |
| YUV | 145.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 174 | 0.39 | 0.08 | 0 | 0.32 | 192.54 | 0.29 | 0.55 |
| Hex | 6B | A0 | AE | 27 | 8 | 0 | 20 | C1 | 1D | 37 |
| Octal | 153 | 240 | 256 | 47 | 10 | 0 | 40 | 301 | 35 | 67 |
| Binary | 1101011 | 10100000 | 10101110 | 100111 | 1000 | 0 | 100000 | 11000001 | 11101 | 110111 |
Color Harmonies of #6BA0AE
Complementary color
Monochromatic Colors of #6BA0AE
Black with #6BA0AE
Text Example
Text Example
White with #6BA0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA0AE; }
p { color: rgb(107,160,174); }
H1.HeaderClassName
{
color: #6BA0AE;
}
.AnyTagClassName
{
color: #6BA0AE;
}
</style>
background-color css
<style>
a { background-color: #6BA0AE; }
a { background-color: rgb(107,160,174); }
div.DivClassName
{
background-color: #6BA0AE;
}
.BgClassName
{
background-color: #6BA0AE;
}
</style>
border-color css
<style>
span { border-color: #6BA0AE; }
span { border-color: rgb(107,160,174); }
td.TdClassName
{
border-color: #6BA0AE;
}
.TagClassName
{
border-color: #6BA0AE;
}
</style>