Shades of Fountain Blue #6BAAAF
Tints of Fountain Blue #6BAAAF
RGB
CMYK
RGB Variations
Color information
#6BAAAF (or 0x6BAAAF) is known color: Fountain Blue. HEX triplet: 6B, AA and AF. RGB value is (107,170,175). Sum of RGB (Red+Green+Blue) = 107+170+175=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #6BAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAAF is #945550. Grayscale: #979797. Windows color (decimal): -9721169 or 11512427. OLE color: 11512427.
HSL color Cylindrical-coordinate representation of color #6BAAAF: hue angle of 184.41º 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 #6BAAAF is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 170 | 175 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.31 |
| HSL | 184.41º | 0.3% | 0.55% | - |
| HSV(B) | 184.41º | 0.39% | 0.69% | - |
| XYZ | 28.18 | 34.97 | 45.82 | - |
| YUV | 151.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 175 | 0.39 | 0.03 | 0 | 0.31 | 184.41 | 0.3 | 0.55 |
| Hex | 6B | AA | AF | 27 | 3 | 0 | 1F | B8 | 1E | 37 |
| Octal | 153 | 252 | 257 | 47 | 3 | 0 | 37 | 270 | 36 | 67 |
| Binary | 1101011 | 10101010 | 10101111 | 100111 | 11 | 0 | 11111 | 10111000 | 11110 | 110111 |
Color Harmonies of #6BAAAF
Complementary color
Monochromatic Colors of #6BAAAF
Black with #6BAAAF
Text Example
Text Example
White with #6BAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAAAF; }
p { color: rgb(107,170,175); }
H1.HeaderClassName
{
color: #6BAAAF;
}
.AnyTagClassName
{
color: #6BAAAF;
}
</style>
background-color css
<style>
a { background-color: #6BAAAF; }
a { background-color: rgb(107,170,175); }
div.DivClassName
{
background-color: #6BAAAF;
}
.BgClassName
{
background-color: #6BAAAF;
}
</style>
border-color css
<style>
span { border-color: #6BAAAF; }
span { border-color: rgb(107,170,175); }
td.TdClassName
{
border-color: #6BAAAF;
}
.TagClassName
{
border-color: #6BAAAF;
}
</style>