Shades of Fountain Blue #6BACAE
Tints of Fountain Blue #6BACAE
RGB
CMYK
RGB Variations
Color information
#6BACAE (or 0x6BACAE) is known color: Fountain Blue. HEX triplet: 6B, AC and AE. RGB value is (107,172,174). Sum of RGB (Red+Green+Blue) = 107+172+174=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #6BACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BACAE is #945351. Grayscale: #989898. Windows color (decimal): -9720658 or 11447403. OLE color: 11447403.
HSL color Cylindrical-coordinate representation of color #6BACAE: hue angle of 181.79º 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 #6BACAE is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 172 | 174 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.32 |
| HSL | 181.79º | 0.29% | 0.55% | - |
| HSV(B) | 181.79º | 0.39% | 0.68% | - |
| XYZ | 28.46 | 35.69 | 45.43 | - |
| YUV | 152.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 174 | 0.39 | 0.01 | 0 | 0.32 | 181.79 | 0.29 | 0.55 |
| Hex | 6B | AC | AE | 27 | 1 | 0 | 20 | B6 | 1D | 37 |
| Octal | 153 | 254 | 256 | 47 | 1 | 0 | 40 | 266 | 35 | 67 |
| Binary | 1101011 | 10101100 | 10101110 | 100111 | 1 | 0 | 100000 | 10110110 | 11101 | 110111 |
Color Harmonies of #6BACAE
Complementary color
Monochromatic Colors of #6BACAE
Black with #6BACAE
Text Example
Text Example
White with #6BACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACAE; }
p { color: rgb(107,172,174); }
H1.HeaderClassName
{
color: #6BACAE;
}
.AnyTagClassName
{
color: #6BACAE;
}
</style>
background-color css
<style>
a { background-color: #6BACAE; }
a { background-color: rgb(107,172,174); }
div.DivClassName
{
background-color: #6BACAE;
}
.BgClassName
{
background-color: #6BACAE;
}
</style>
border-color css
<style>
span { border-color: #6BACAE; }
span { border-color: rgb(107,172,174); }
td.TdClassName
{
border-color: #6BACAE;
}
.TagClassName
{
border-color: #6BACAE;
}
</style>