Shades of Fountain Blue #6CB7B5
Tints of Fountain Blue #6CB7B5
RGB
CMYK
RGB Variations
Color information
#6CB7B5 (or 0x6CB7B5) is known color: Fountain Blue. HEX triplet: 6C, B7 and B5. RGB value is (108,183,181). Sum of RGB (Red+Green+Blue) = 108+183+181=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB7B5 is #93484A. Grayscale: #A0A0A0. Windows color (decimal): -9652299 or 11908972. OLE color: 11908972.
HSL color Cylindrical-coordinate representation of color #6CB7B5: hue angle of 178.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB7B5 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 183 | 181 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.28 |
| HSL | 178.4º | 0.34% | 0.57% | - |
| HSV(B) | 178.4º | 0.41% | 0.72% | - |
| XYZ | 31.46 | 40.39 | 49.85 | - |
| YUV | 160.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 183 | 181 | 0.41 | 0 | 0.01 | 0.28 | 178.4 | 0.34 | 0.57 |
| Hex | 6C | B7 | B5 | 29 | 0 | 1 | 1C | B2 | 22 | 39 |
| Octal | 154 | 267 | 265 | 51 | 0 | 1 | 34 | 262 | 42 | 71 |
| Binary | 1101100 | 10110111 | 10110101 | 101001 | 0 | 1 | 11100 | 10110010 | 100010 | 111001 |
Color Harmonies of #6CB7B5
Complementary color
Monochromatic Colors of #6CB7B5
Black with #6CB7B5
Text Example
Text Example
White with #6CB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB7B5; }
p { color: rgb(108,183,181); }
H1.HeaderClassName
{
color: #6CB7B5;
}
.AnyTagClassName
{
color: #6CB7B5;
}
</style>
background-color css
<style>
a { background-color: #6CB7B5; }
a { background-color: rgb(108,183,181); }
div.DivClassName
{
background-color: #6CB7B5;
}
.BgClassName
{
background-color: #6CB7B5;
}
</style>
border-color css
<style>
span { border-color: #6CB7B5; }
span { border-color: rgb(108,183,181); }
td.TdClassName
{
border-color: #6CB7B5;
}
.TagClassName
{
border-color: #6CB7B5;
}
</style>