Shades of Fountain Blue #6BADAF
Tints of Fountain Blue #6BADAF
RGB
CMYK
RGB Variations
Color information
#6BADAF (or 0x6BADAF) is known color: Fountain Blue. HEX triplet: 6B, AD and AF. RGB value is (107,173,175). Sum of RGB (Red+Green+Blue) = 107+173+175=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #6BADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BADAF is #945250. Grayscale: #999999. Windows color (decimal): -9720401 or 11513195. OLE color: 11513195.
HSL color Cylindrical-coordinate representation of color #6BADAF: hue angle of 181.76º 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 #6BADAF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 173 | 175 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.31 |
| HSL | 181.76º | 0.3% | 0.55% | - |
| HSV(B) | 181.76º | 0.39% | 0.69% | - |
| XYZ | 28.74 | 36.11 | 46.01 | - |
| YUV | 153.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 175 | 0.39 | 0.01 | 0 | 0.31 | 181.76 | 0.3 | 0.55 |
| Hex | 6B | AD | AF | 27 | 1 | 0 | 1F | B6 | 1E | 37 |
| Octal | 153 | 255 | 257 | 47 | 1 | 0 | 37 | 266 | 36 | 67 |
| Binary | 1101011 | 10101101 | 10101111 | 100111 | 1 | 0 | 11111 | 10110110 | 11110 | 110111 |
Color Harmonies of #6BADAF
Complementary color
Monochromatic Colors of #6BADAF
Black with #6BADAF
Text Example
Text Example
White with #6BADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADAF; }
p { color: rgb(107,173,175); }
H1.HeaderClassName
{
color: #6BADAF;
}
.AnyTagClassName
{
color: #6BADAF;
}
</style>
background-color css
<style>
a { background-color: #6BADAF; }
a { background-color: rgb(107,173,175); }
div.DivClassName
{
background-color: #6BADAF;
}
.BgClassName
{
background-color: #6BADAF;
}
</style>
border-color css
<style>
span { border-color: #6BADAF; }
span { border-color: rgb(107,173,175); }
td.TdClassName
{
border-color: #6BADAF;
}
.TagClassName
{
border-color: #6BADAF;
}
</style>