Shades of Fountain Blue #6AB2B5
Tints of Fountain Blue #6AB2B5
RGB
CMYK
RGB Variations
Color information
#6AB2B5 (or 0x6AB2B5) is known color: Fountain Blue. HEX triplet: 6A, B2 and B5. RGB value is (106,178,181). Sum of RGB (Red+Green+Blue) = 106+178+181=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 181 - color contains mainly: blue. Hex color #6AB2B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB2B5 is #954D4A. Grayscale: #9C9C9C. Windows color (decimal): -9784651 or 11907690. OLE color: 11907690.
HSL color Cylindrical-coordinate representation of color #6AB2B5: hue angle of 182.4º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB2B5 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 178 | 181 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.29 |
| HSL | 182.4º | 0.34% | 0.56% | - |
| HSV(B) | 182.4º | 0.41% | 0.71% | - |
| XYZ | 30.2 | 38.24 | 49.51 | - |
| YUV | 156.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 181 | 0.41 | 0.02 | 0 | 0.29 | 182.4 | 0.34 | 0.56 |
| Hex | 6A | B2 | B5 | 29 | 2 | 0 | 1D | B6 | 22 | 38 |
| Octal | 152 | 262 | 265 | 51 | 2 | 0 | 35 | 266 | 42 | 70 |
| Binary | 1101010 | 10110010 | 10110101 | 101001 | 10 | 0 | 11101 | 10110110 | 100010 | 111000 |
Color Harmonies of #6AB2B5
Complementary color
Monochromatic Colors of #6AB2B5
Black with #6AB2B5
Text Example
Text Example
White with #6AB2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB2B5; }
p { color: rgb(106,178,181); }
H1.HeaderClassName
{
color: #6AB2B5;
}
.AnyTagClassName
{
color: #6AB2B5;
}
</style>
background-color css
<style>
a { background-color: #6AB2B5; }
a { background-color: rgb(106,178,181); }
div.DivClassName
{
background-color: #6AB2B5;
}
.BgClassName
{
background-color: #6AB2B5;
}
</style>
border-color css
<style>
span { border-color: #6AB2B5; }
span { border-color: rgb(106,178,181); }
td.TdClassName
{
border-color: #6AB2B5;
}
.TagClassName
{
border-color: #6AB2B5;
}
</style>