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