Shades of Fountain Blue #6DB7B5
Tints of Fountain Blue #6DB7B5
RGB
CMYK
RGB Variations
Color information
#6DB7B5 (or 0x6DB7B5) is known color: Fountain Blue. HEX triplet: 6D, B7 and B5. RGB value is (109,183,181). Sum of RGB (Red+Green+Blue) = 109+183+181=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB7B5 is #92484A. Grayscale: #A0A0A0. Windows color (decimal): -9586763 or 11908973. OLE color: 11908973.
HSL color Cylindrical-coordinate representation of color #6DB7B5: hue angle of 178.38º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB7B5 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 181 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.28 |
| HSL | 178.38º | 0.34% | 0.57% | - |
| HSV(B) | 178.38º | 0.4% | 0.72% | - |
| XYZ | 31.58 | 40.45 | 49.86 | - |
| YUV | 160.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 181 | 0.40 | 0 | 0.01 | 0.28 | 178.38 | 0.34 | 0.57 |
| Hex | 6D | B7 | B5 | 28 | 0 | 1 | 1C | B2 | 22 | 39 |
| Octal | 155 | 267 | 265 | 50 | 0 | 1 | 34 | 262 | 42 | 71 |
| Binary | 1101101 | 10110111 | 10110101 | 101000 | 0 | 1 | 11100 | 10110010 | 100010 | 111001 |
Color Harmonies of #6DB7B5
Complementary color
Monochromatic Colors of #6DB7B5
Black with #6DB7B5
Text Example
Text Example
White with #6DB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB7B5; }
p { color: rgb(109,183,181); }
H1.HeaderClassName
{
color: #6DB7B5;
}
.AnyTagClassName
{
color: #6DB7B5;
}
</style>
background-color css
<style>
a { background-color: #6DB7B5; }
a { background-color: rgb(109,183,181); }
div.DivClassName
{
background-color: #6DB7B5;
}
.BgClassName
{
background-color: #6DB7B5;
}
</style>
border-color css
<style>
span { border-color: #6DB7B5; }
span { border-color: rgb(109,183,181); }
td.TdClassName
{
border-color: #6DB7B5;
}
.TagClassName
{
border-color: #6DB7B5;
}
</style>