Shades of Fountain Blue #6FA5B4
Tints of Fountain Blue #6FA5B4
RGB
CMYK
RGB Variations
Color information
#6FA5B4 (or 0x6FA5B4) is known color: Fountain Blue. HEX triplet: 6F, A5 and B4. RGB value is (111,165,180). Sum of RGB (Red+Green+Blue) = 111+165+180=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #6FA5B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA5B4 is #905A4B. Grayscale: #969696. Windows color (decimal): -9460300 or 11838831. OLE color: 11838831.
HSL color Cylindrical-coordinate representation of color #6FA5B4: hue angle of 193.04º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FA5B4 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 165 | 180 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.29 |
| HSL | 193.04º | 0.32% | 0.57% | - |
| HSV(B) | 193.04º | 0.38% | 0.71% | - |
| XYZ | 28.25 | 33.59 | 48.17 | - |
| YUV | 150.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 165 | 180 | 0.38 | 0.08 | 0 | 0.29 | 193.04 | 0.32 | 0.57 |
| Hex | 6F | A5 | B4 | 26 | 8 | 0 | 1D | C1 | 20 | 39 |
| Octal | 157 | 245 | 264 | 46 | 10 | 0 | 35 | 301 | 40 | 71 |
| Binary | 1101111 | 10100101 | 10110100 | 100110 | 1000 | 0 | 11101 | 11000001 | 100000 | 111001 |
Color Harmonies of #6FA5B4
Complementary color
Monochromatic Colors of #6FA5B4
Black with #6FA5B4
Text Example
Text Example
White with #6FA5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA5B4; }
p { color: rgb(111,165,180); }
H1.HeaderClassName
{
color: #6FA5B4;
}
.AnyTagClassName
{
color: #6FA5B4;
}
</style>
background-color css
<style>
a { background-color: #6FA5B4; }
a { background-color: rgb(111,165,180); }
div.DivClassName
{
background-color: #6FA5B4;
}
.BgClassName
{
background-color: #6FA5B4;
}
</style>
border-color css
<style>
span { border-color: #6FA5B4; }
span { border-color: rgb(111,165,180); }
td.TdClassName
{
border-color: #6FA5B4;
}
.TagClassName
{
border-color: #6FA5B4;
}
</style>