Shades of Fountain Blue #6AB5B4
Tints of Fountain Blue #6AB5B4
RGB
CMYK
RGB Variations
Color information
#6AB5B4 (or 0x6AB5B4) is known color: Fountain Blue. HEX triplet: 6A, B5 and B4. RGB value is (106,181,180). Sum of RGB (Red+Green+Blue) = 106+181+180=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB5B4 is #954A4B. Grayscale: #9E9E9E. Windows color (decimal): -9783884 or 11842922. OLE color: 11842922.
HSL color Cylindrical-coordinate representation of color #6AB5B4: hue angle of 179.2º 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 #6AB5B4 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 181 | 180 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.29 |
| HSL | 179.2º | 0.34% | 0.56% | - |
| HSV(B) | 179.2º | 0.41% | 0.71% | - |
| XYZ | 30.71 | 39.41 | 49.17 | - |
| YUV | 158.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 180 | 0.41 | 0 | 0.01 | 0.29 | 179.2 | 0.34 | 0.56 |
| Hex | 6A | B5 | B4 | 29 | 0 | 1 | 1D | B3 | 22 | 38 |
| Octal | 152 | 265 | 264 | 51 | 0 | 1 | 35 | 263 | 42 | 70 |
| Binary | 1101010 | 10110101 | 10110100 | 101001 | 0 | 1 | 11101 | 10110011 | 100010 | 111000 |
Color Harmonies of #6AB5B4
Complementary color
Monochromatic Colors of #6AB5B4
Black with #6AB5B4
Text Example
Text Example
White with #6AB5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB5B4; }
p { color: rgb(106,181,180); }
H1.HeaderClassName
{
color: #6AB5B4;
}
.AnyTagClassName
{
color: #6AB5B4;
}
</style>
background-color css
<style>
a { background-color: #6AB5B4; }
a { background-color: rgb(106,181,180); }
div.DivClassName
{
background-color: #6AB5B4;
}
.BgClassName
{
background-color: #6AB5B4;
}
</style>
border-color css
<style>
span { border-color: #6AB5B4; }
span { border-color: rgb(106,181,180); }
td.TdClassName
{
border-color: #6AB5B4;
}
.TagClassName
{
border-color: #6AB5B4;
}
</style>