Shades of Fountain Blue #6BACAF
Tints of Fountain Blue #6BACAF
RGB
CMYK
RGB Variations
Color information
#6BACAF (or 0x6BACAF) is known color: Fountain Blue. HEX triplet: 6B, AC and AF. RGB value is (107,172,175). Sum of RGB (Red+Green+Blue) = 107+172+175=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #6BACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BACAF is #945350. Grayscale: #989898. Windows color (decimal): -9720657 or 11512939. OLE color: 11512939.
HSL color Cylindrical-coordinate representation of color #6BACAF: hue angle of 182.65º 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 #6BACAF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 172 | 175 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.31 |
| HSL | 182.65º | 0.3% | 0.55% | - |
| HSV(B) | 182.65º | 0.39% | 0.69% | - |
| XYZ | 28.55 | 35.73 | 45.95 | - |
| YUV | 152.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 175 | 0.39 | 0.02 | 0 | 0.31 | 182.65 | 0.3 | 0.55 |
| Hex | 6B | AC | AF | 27 | 2 | 0 | 1F | B7 | 1E | 37 |
| Octal | 153 | 254 | 257 | 47 | 2 | 0 | 37 | 267 | 36 | 67 |
| Binary | 1101011 | 10101100 | 10101111 | 100111 | 10 | 0 | 11111 | 10110111 | 11110 | 110111 |
Color Harmonies of #6BACAF
Complementary color
Monochromatic Colors of #6BACAF
Black with #6BACAF
Text Example
Text Example
White with #6BACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACAF; }
p { color: rgb(107,172,175); }
H1.HeaderClassName
{
color: #6BACAF;
}
.AnyTagClassName
{
color: #6BACAF;
}
</style>
background-color css
<style>
a { background-color: #6BACAF; }
a { background-color: rgb(107,172,175); }
div.DivClassName
{
background-color: #6BACAF;
}
.BgClassName
{
background-color: #6BACAF;
}
</style>
border-color css
<style>
span { border-color: #6BACAF; }
span { border-color: rgb(107,172,175); }
td.TdClassName
{
border-color: #6BACAF;
}
.TagClassName
{
border-color: #6BACAF;
}
</style>