Shades of Fountain Blue #6DABB3
Tints of Fountain Blue #6DABB3
RGB
CMYK
RGB Variations
Color information
#6DABB3 (or 0x6DABB3) is known color: Fountain Blue. HEX triplet: 6D, AB and B3. RGB value is (109,171,179). Sum of RGB (Red+Green+Blue) = 109+171+179=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 179 - color contains mainly: blue. Hex color #6DABB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABB3 is #92544C. Grayscale: #999999. Windows color (decimal): -9589837 or 11774829. OLE color: 11774829.
HSL color Cylindrical-coordinate representation of color #6DABB3: hue angle of 186.86º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DABB3 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 171 | 179 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.30 |
| HSL | 186.86º | 0.32% | 0.56% | - |
| HSV(B) | 186.86º | 0.39% | 0.7% | - |
| XYZ | 29.01 | 35.63 | 48 | - |
| YUV | 153.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 179 | 0.39 | 0.04 | 0 | 0.30 | 186.86 | 0.32 | 0.56 |
| Hex | 6D | AB | B3 | 27 | 4 | 0 | 1E | BB | 20 | 38 |
| Octal | 155 | 253 | 263 | 47 | 4 | 0 | 36 | 273 | 40 | 70 |
| Binary | 1101101 | 10101011 | 10110011 | 100111 | 100 | 0 | 11110 | 10111011 | 100000 | 111000 |
Color Harmonies of #6DABB3
Complementary color
Monochromatic Colors of #6DABB3
Black with #6DABB3
Text Example
Text Example
White with #6DABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABB3; }
p { color: rgb(109,171,179); }
H1.HeaderClassName
{
color: #6DABB3;
}
.AnyTagClassName
{
color: #6DABB3;
}
</style>
background-color css
<style>
a { background-color: #6DABB3; }
a { background-color: rgb(109,171,179); }
div.DivClassName
{
background-color: #6DABB3;
}
.BgClassName
{
background-color: #6DABB3;
}
</style>
border-color css
<style>
span { border-color: #6DABB3; }
span { border-color: rgb(109,171,179); }
td.TdClassName
{
border-color: #6DABB3;
}
.TagClassName
{
border-color: #6DABB3;
}
</style>