Shades of Fountain Blue #6BAEAF
Tints of Fountain Blue #6BAEAF
RGB
CMYK
RGB Variations
Color information
#6BAEAF (or 0x6BAEAF) is known color: Fountain Blue. HEX triplet: 6B, AE and AF. RGB value is (107,174,175). Sum of RGB (Red+Green+Blue) = 107+174+175=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #6BAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAEAF is #945150. Grayscale: #9A9A9A. Windows color (decimal): -9720145 or 11513451. OLE color: 11513451.
HSL color Cylindrical-coordinate representation of color #6BAEAF: hue angle of 180.88º 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 #6BAEAF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 174 | 175 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.31 |
| HSL | 180.88º | 0.3% | 0.55% | - |
| HSV(B) | 180.88º | 0.39% | 0.69% | - |
| XYZ | 28.94 | 36.49 | 46.08 | - |
| YUV | 154.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 175 | 0.39 | 0.01 | 0 | 0.31 | 180.88 | 0.3 | 0.55 |
| Hex | 6B | AE | AF | 27 | 1 | 0 | 1F | B5 | 1E | 37 |
| Octal | 153 | 256 | 257 | 47 | 1 | 0 | 37 | 265 | 36 | 67 |
| Binary | 1101011 | 10101110 | 10101111 | 100111 | 1 | 0 | 11111 | 10110101 | 11110 | 110111 |
Color Harmonies of #6BAEAF
Complementary color
Monochromatic Colors of #6BAEAF
Black with #6BAEAF
Text Example
Text Example
White with #6BAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAEAF; }
p { color: rgb(107,174,175); }
H1.HeaderClassName
{
color: #6BAEAF;
}
.AnyTagClassName
{
color: #6BAEAF;
}
</style>
background-color css
<style>
a { background-color: #6BAEAF; }
a { background-color: rgb(107,174,175); }
div.DivClassName
{
background-color: #6BAEAF;
}
.BgClassName
{
background-color: #6BAEAF;
}
</style>
border-color css
<style>
span { border-color: #6BAEAF; }
span { border-color: rgb(107,174,175); }
td.TdClassName
{
border-color: #6BAEAF;
}
.TagClassName
{
border-color: #6BAEAF;
}
</style>