Shades of Fountain Blue #6FAEB2
Tints of Fountain Blue #6FAEB2
RGB
CMYK
RGB Variations
Color information
#6FAEB2 (or 0x6FAEB2) is known color: Fountain Blue. HEX triplet: 6F, AE and B2. RGB value is (111,174,178). Sum of RGB (Red+Green+Blue) = 111+174+178=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 178 - color contains mainly: blue. Hex color #6FAEB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAEB2 is #90514D. Grayscale: #9B9B9B. Windows color (decimal): -9457998 or 11710063. OLE color: 11710063.
HSL color Cylindrical-coordinate representation of color #6FAEB2: hue angle of 183.58º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FAEB2 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 174 | 178 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.30 |
| HSL | 183.58º | 0.3% | 0.57% | - |
| HSV(B) | 183.58º | 0.38% | 0.7% | - |
| XYZ | 29.73 | 36.87 | 47.67 | - |
| YUV | 155.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 178 | 0.38 | 0.02 | 0 | 0.30 | 183.58 | 0.3 | 0.57 |
| Hex | 6F | AE | B2 | 26 | 2 | 0 | 1E | B8 | 1E | 39 |
| Octal | 157 | 256 | 262 | 46 | 2 | 0 | 36 | 270 | 36 | 71 |
| Binary | 1101111 | 10101110 | 10110010 | 100110 | 10 | 0 | 11110 | 10111000 | 11110 | 111001 |
Color Harmonies of #6FAEB2
Complementary color
Monochromatic Colors of #6FAEB2
Black with #6FAEB2
Text Example
Text Example
White with #6FAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEB2; }
p { color: rgb(111,174,178); }
H1.HeaderClassName
{
color: #6FAEB2;
}
.AnyTagClassName
{
color: #6FAEB2;
}
</style>
background-color css
<style>
a { background-color: #6FAEB2; }
a { background-color: rgb(111,174,178); }
div.DivClassName
{
background-color: #6FAEB2;
}
.BgClassName
{
background-color: #6FAEB2;
}
</style>
border-color css
<style>
span { border-color: #6FAEB2; }
span { border-color: rgb(111,174,178); }
td.TdClassName
{
border-color: #6FAEB2;
}
.TagClassName
{
border-color: #6FAEB2;
}
</style>