Shades of Fountain Blue #6DB5B6
Tints of Fountain Blue #6DB5B6
RGB
CMYK
RGB Variations
Color information
#6DB5B6 (or 0x6DB5B6) is known color: Fountain Blue. HEX triplet: 6D, B5 and B6. RGB value is (109,181,182). Sum of RGB (Red+Green+Blue) = 109+181+182=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 182 - color contains mainly: blue. Hex color #6DB5B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB5B6 is #924A49. Grayscale: #9F9F9F. Windows color (decimal): -9587274 or 11973997. OLE color: 11973997.
HSL color Cylindrical-coordinate representation of color #6DB5B6: hue angle of 180.82º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB5B6 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 182 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.29 |
| HSL | 180.82º | 0.33% | 0.57% | - |
| HSV(B) | 180.82º | 0.4% | 0.71% | - |
| XYZ | 31.27 | 39.68 | 50.27 | - |
| YUV | 159.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 182 | 0.40 | 0.01 | 0 | 0.29 | 180.82 | 0.33 | 0.57 |
| Hex | 6D | B5 | B6 | 28 | 1 | 0 | 1D | B5 | 21 | 39 |
| Octal | 155 | 265 | 266 | 50 | 1 | 0 | 35 | 265 | 41 | 71 |
| Binary | 1101101 | 10110101 | 10110110 | 101000 | 1 | 0 | 11101 | 10110101 | 100001 | 111001 |
Color Harmonies of #6DB5B6
Complementary color
Monochromatic Colors of #6DB5B6
Black with #6DB5B6
Text Example
Text Example
White with #6DB5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5B6; }
p { color: rgb(109,181,182); }
H1.HeaderClassName
{
color: #6DB5B6;
}
.AnyTagClassName
{
color: #6DB5B6;
}
</style>
background-color css
<style>
a { background-color: #6DB5B6; }
a { background-color: rgb(109,181,182); }
div.DivClassName
{
background-color: #6DB5B6;
}
.BgClassName
{
background-color: #6DB5B6;
}
</style>
border-color css
<style>
span { border-color: #6DB5B6; }
span { border-color: rgb(109,181,182); }
td.TdClassName
{
border-color: #6DB5B6;
}
.TagClassName
{
border-color: #6DB5B6;
}
</style>