Shades of Fountain Blue #6AABB0
Tints of Fountain Blue #6AABB0
RGB
CMYK
RGB Variations
Color information
#6AABB0 (or 0x6AABB0) is known color: Fountain Blue. HEX triplet: 6A, AB and B0. RGB value is (106,171,176). Sum of RGB (Red+Green+Blue) = 106+171+176=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 176 - color contains mainly: blue. Hex color #6AABB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AABB0 is #95544F. Grayscale: #989898. Windows color (decimal): -9786448 or 11578218. OLE color: 11578218.
HSL color Cylindrical-coordinate representation of color #6AABB0: hue angle of 184.29º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AABB0 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 171 | 176 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.31 |
| HSL | 184.29º | 0.31% | 0.55% | - |
| HSV(B) | 184.29º | 0.4% | 0.69% | - |
| XYZ | 28.34 | 35.32 | 46.4 | - |
| YUV | 152.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 171 | 176 | 0.40 | 0.03 | 0 | 0.31 | 184.29 | 0.31 | 0.55 |
| Hex | 6A | AB | B0 | 28 | 3 | 0 | 1F | B8 | 1F | 37 |
| Octal | 152 | 253 | 260 | 50 | 3 | 0 | 37 | 270 | 37 | 67 |
| Binary | 1101010 | 10101011 | 10110000 | 101000 | 11 | 0 | 11111 | 10111000 | 11111 | 110111 |
Color Harmonies of #6AABB0
Complementary color
Monochromatic Colors of #6AABB0
Black with #6AABB0
Text Example
Text Example
White with #6AABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AABB0; }
p { color: rgb(106,171,176); }
H1.HeaderClassName
{
color: #6AABB0;
}
.AnyTagClassName
{
color: #6AABB0;
}
</style>
background-color css
<style>
a { background-color: #6AABB0; }
a { background-color: rgb(106,171,176); }
div.DivClassName
{
background-color: #6AABB0;
}
.BgClassName
{
background-color: #6AABB0;
}
</style>
border-color css
<style>
span { border-color: #6AABB0; }
span { border-color: rgb(106,171,176); }
td.TdClassName
{
border-color: #6AABB0;
}
.TagClassName
{
border-color: #6AABB0;
}
</style>