Shades of Fountain Blue #6DACB3
Tints of Fountain Blue #6DACB3
RGB
CMYK
RGB Variations
Color information
#6DACB3 (or 0x6DACB3) is known color: Fountain Blue. HEX triplet: 6D, AC and B3. RGB value is (109,172,179). Sum of RGB (Red+Green+Blue) = 109+172+179=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 179 - color contains mainly: blue. Hex color #6DACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACB3 is #92534C. Grayscale: #999999. Windows color (decimal): -9589581 or 11775085. OLE color: 11775085.
HSL color Cylindrical-coordinate representation of color #6DACB3: hue angle of 186º 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 #6DACB3 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 172 | 179 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.30 |
| HSL | 186º | 0.32% | 0.56% | - |
| HSV(B) | 186º | 0.39% | 0.7% | - |
| XYZ | 29.2 | 36.01 | 48.06 | - |
| YUV | 153.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 179 | 0.39 | 0.04 | 0 | 0.30 | 186 | 0.32 | 0.56 |
| Hex | 6D | AC | B3 | 27 | 4 | 0 | 1E | BA | 20 | 38 |
| Octal | 155 | 254 | 263 | 47 | 4 | 0 | 36 | 272 | 40 | 70 |
| Binary | 1101101 | 10101100 | 10110011 | 100111 | 100 | 0 | 11110 | 10111010 | 100000 | 111000 |
Color Harmonies of #6DACB3
Complementary color
Monochromatic Colors of #6DACB3
Black with #6DACB3
Text Example
Text Example
White with #6DACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACB3; }
p { color: rgb(109,172,179); }
H1.HeaderClassName
{
color: #6DACB3;
}
.AnyTagClassName
{
color: #6DACB3;
}
</style>
background-color css
<style>
a { background-color: #6DACB3; }
a { background-color: rgb(109,172,179); }
div.DivClassName
{
background-color: #6DACB3;
}
.BgClassName
{
background-color: #6DACB3;
}
</style>
border-color css
<style>
span { border-color: #6DACB3; }
span { border-color: rgb(109,172,179); }
td.TdClassName
{
border-color: #6DACB3;
}
.TagClassName
{
border-color: #6DACB3;
}
</style>