Shades of Fountain Blue #6FAFB4
Tints of Fountain Blue #6FAFB4
RGB
CMYK
RGB Variations
Color information
#6FAFB4 (or 0x6FAFB4) is known color: Fountain Blue. HEX triplet: 6F, AF and B4. RGB value is (111,175,180). Sum of RGB (Red+Green+Blue) = 111+175+180=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #6FAFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFB4 is #90504B. Grayscale: #9C9C9C. Windows color (decimal): -9457740 or 11841391. OLE color: 11841391.
HSL color Cylindrical-coordinate representation of color #6FAFB4: hue angle of 184.35º 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 #6FAFB4 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 175 | 180 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.29 |
| HSL | 184.35º | 0.32% | 0.57% | - |
| HSV(B) | 184.35º | 0.38% | 0.71% | - |
| XYZ | 30.12 | 37.33 | 48.8 | - |
| YUV | 156.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 180 | 0.38 | 0.03 | 0 | 0.29 | 184.35 | 0.32 | 0.57 |
| Hex | 6F | AF | B4 | 26 | 3 | 0 | 1D | B8 | 20 | 39 |
| Octal | 157 | 257 | 264 | 46 | 3 | 0 | 35 | 270 | 40 | 71 |
| Binary | 1101111 | 10101111 | 10110100 | 100110 | 11 | 0 | 11101 | 10111000 | 100000 | 111001 |
Color Harmonies of #6FAFB4
Complementary color
Monochromatic Colors of #6FAFB4
Black with #6FAFB4
Text Example
Text Example
White with #6FAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFB4; }
p { color: rgb(111,175,180); }
H1.HeaderClassName
{
color: #6FAFB4;
}
.AnyTagClassName
{
color: #6FAFB4;
}
</style>
background-color css
<style>
a { background-color: #6FAFB4; }
a { background-color: rgb(111,175,180); }
div.DivClassName
{
background-color: #6FAFB4;
}
.BgClassName
{
background-color: #6FAFB4;
}
</style>
border-color css
<style>
span { border-color: #6FAFB4; }
span { border-color: rgb(111,175,180); }
td.TdClassName
{
border-color: #6FAFB4;
}
.TagClassName
{
border-color: #6FAFB4;
}
</style>