Shades of Fountain Blue #6BA3AE
Tints of Fountain Blue #6BA3AE
RGB
CMYK
RGB Variations
Color information
#6BA3AE (or 0x6BA3AE) is known color: Fountain Blue. HEX triplet: 6B, A3 and AE. RGB value is (107,163,174). Sum of RGB (Red+Green+Blue) = 107+163+174=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #6BA3AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA3AE is #945C51. Grayscale: #939393. Windows color (decimal): -9722962 or 11445099. OLE color: 11445099.
HSL color Cylindrical-coordinate representation of color #6BA3AE: hue angle of 189.85º 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 #6BA3AE is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 163 | 174 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.32 |
| HSL | 189.85º | 0.29% | 0.55% | - |
| HSV(B) | 189.85º | 0.39% | 0.68% | - |
| XYZ | 26.8 | 32.38 | 44.88 | - |
| YUV | 147.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 174 | 0.39 | 0.06 | 0 | 0.32 | 189.85 | 0.29 | 0.55 |
| Hex | 6B | A3 | AE | 27 | 6 | 0 | 20 | BE | 1D | 37 |
| Octal | 153 | 243 | 256 | 47 | 6 | 0 | 40 | 276 | 35 | 67 |
| Binary | 1101011 | 10100011 | 10101110 | 100111 | 110 | 0 | 100000 | 10111110 | 11101 | 110111 |
Color Harmonies of #6BA3AE
Complementary color
Monochromatic Colors of #6BA3AE
Black with #6BA3AE
Text Example
Text Example
White with #6BA3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA3AE; }
p { color: rgb(107,163,174); }
H1.HeaderClassName
{
color: #6BA3AE;
}
.AnyTagClassName
{
color: #6BA3AE;
}
</style>
background-color css
<style>
a { background-color: #6BA3AE; }
a { background-color: rgb(107,163,174); }
div.DivClassName
{
background-color: #6BA3AE;
}
.BgClassName
{
background-color: #6BA3AE;
}
</style>
border-color css
<style>
span { border-color: #6BA3AE; }
span { border-color: rgb(107,163,174); }
td.TdClassName
{
border-color: #6BA3AE;
}
.TagClassName
{
border-color: #6BA3AE;
}
</style>