Shades of Fountain Blue #6DB4B6
Tints of Fountain Blue #6DB4B6
RGB
CMYK
RGB Variations
Color information
#6DB4B6 (or 0x6DB4B6) is known color: Fountain Blue. HEX triplet: 6D, B4 and B6. RGB value is (109,180,182). Sum of RGB (Red+Green+Blue) = 109+180+182=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #6DB4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB4B6 is #924B49. Grayscale: #9E9E9E. Windows color (decimal): -9587530 or 11973741. OLE color: 11973741.
HSL color Cylindrical-coordinate representation of color #6DB4B6: hue angle of 181.64º 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 #6DB4B6 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 182 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.29 |
| HSL | 181.64º | 0.33% | 0.57% | - |
| HSV(B) | 181.64º | 0.4% | 0.71% | - |
| XYZ | 31.07 | 39.27 | 50.2 | - |
| YUV | 159 | 140.98 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 182 | 0.40 | 0.01 | 0 | 0.29 | 181.64 | 0.33 | 0.57 |
| Hex | 6D | B4 | B6 | 28 | 1 | 0 | 1D | B6 | 21 | 39 |
| Octal | 155 | 264 | 266 | 50 | 1 | 0 | 35 | 266 | 41 | 71 |
| Binary | 1101101 | 10110100 | 10110110 | 101000 | 1 | 0 | 11101 | 10110110 | 100001 | 111001 |
Color Harmonies of #6DB4B6
Complementary color
Monochromatic Colors of #6DB4B6
Black with #6DB4B6
Text Example
Text Example
White with #6DB4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB4B6; }
p { color: rgb(109,180,182); }
H1.HeaderClassName
{
color: #6DB4B6;
}
.AnyTagClassName
{
color: #6DB4B6;
}
</style>
background-color css
<style>
a { background-color: #6DB4B6; }
a { background-color: rgb(109,180,182); }
div.DivClassName
{
background-color: #6DB4B6;
}
.BgClassName
{
background-color: #6DB4B6;
}
</style>
border-color css
<style>
span { border-color: #6DB4B6; }
span { border-color: rgb(109,180,182); }
td.TdClassName
{
border-color: #6DB4B6;
}
.TagClassName
{
border-color: #6DB4B6;
}
</style>