Shades of Fountain Blue #6BADAE
Tints of Fountain Blue #6BADAE
RGB
CMYK
RGB Variations
Color information
#6BADAE (or 0x6BADAE) is known color: Fountain Blue. HEX triplet: 6B, AD and AE. RGB value is (107,173,174). Sum of RGB (Red+Green+Blue) = 107+173+174=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #6BADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BADAE is #945251. Grayscale: #999999. Windows color (decimal): -9720402 or 11447659. OLE color: 11447659.
HSL color Cylindrical-coordinate representation of color #6BADAE: hue angle of 180.9º 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 #6BADAE is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 174 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.32 |
| HSL | 180.9º | 0.29% | 0.55% | - |
| HSV(B) | 180.9º | 0.39% | 0.68% | - |
| XYZ | 28.65 | 36.07 | 45.5 | - |
| YUV | 153.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 174 | 0.39 | 0.01 | 0 | 0.32 | 180.9 | 0.29 | 0.55 |
| Hex | 6B | AD | AE | 27 | 1 | 0 | 20 | B5 | 1D | 37 |
| Octal | 153 | 255 | 256 | 47 | 1 | 0 | 40 | 265 | 35 | 67 |
| Binary | 1101011 | 10101101 | 10101110 | 100111 | 1 | 0 | 100000 | 10110101 | 11101 | 110111 |
Color Harmonies of #6BADAE
Complementary color
Monochromatic Colors of #6BADAE
Black with #6BADAE
Text Example
Text Example
White with #6BADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADAE; }
p { color: rgb(107,173,174); }
H1.HeaderClassName
{
color: #6BADAE;
}
.AnyTagClassName
{
color: #6BADAE;
}
</style>
background-color css
<style>
a { background-color: #6BADAE; }
a { background-color: rgb(107,173,174); }
div.DivClassName
{
background-color: #6BADAE;
}
.BgClassName
{
background-color: #6BADAE;
}
</style>
border-color css
<style>
span { border-color: #6BADAE; }
span { border-color: rgb(107,173,174); }
td.TdClassName
{
border-color: #6BADAE;
}
.TagClassName
{
border-color: #6BADAE;
}
</style>