Shades of Fountain Blue #6CA7B6
Tints of Fountain Blue #6CA7B6
RGB
CMYK
RGB Variations
Color information
#6CA7B6 (or 0x6CA7B6) is known color: Fountain Blue. HEX triplet: 6C, A7 and B6. RGB value is (108,167,182). Sum of RGB (Red+Green+Blue) = 108+167+182=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 182 - color contains mainly: blue. Hex color #6CA7B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA7B6 is #935849. Grayscale: #969696. Windows color (decimal): -9656394 or 11970412. OLE color: 11970412.
HSL color Cylindrical-coordinate representation of color #6CA7B6: hue angle of 192.16º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CA7B6 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 167 | 182 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.29 |
| HSL | 192.16º | 0.34% | 0.57% | - |
| HSV(B) | 192.16º | 0.41% | 0.71% | - |
| XYZ | 28.45 | 34.2 | 49.36 | - |
| YUV | 151.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 167 | 182 | 0.41 | 0.08 | 0 | 0.29 | 192.16 | 0.34 | 0.57 |
| Hex | 6C | A7 | B6 | 29 | 8 | 0 | 1D | C0 | 22 | 39 |
| Octal | 154 | 247 | 266 | 51 | 10 | 0 | 35 | 300 | 42 | 71 |
| Binary | 1101100 | 10100111 | 10110110 | 101001 | 1000 | 0 | 11101 | 11000000 | 100010 | 111001 |
Color Harmonies of #6CA7B6
Complementary color
Monochromatic Colors of #6CA7B6
Black with #6CA7B6
Text Example
Text Example
White with #6CA7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA7B6; }
p { color: rgb(108,167,182); }
H1.HeaderClassName
{
color: #6CA7B6;
}
.AnyTagClassName
{
color: #6CA7B6;
}
</style>
background-color css
<style>
a { background-color: #6CA7B6; }
a { background-color: rgb(108,167,182); }
div.DivClassName
{
background-color: #6CA7B6;
}
.BgClassName
{
background-color: #6CA7B6;
}
</style>
border-color css
<style>
span { border-color: #6CA7B6; }
span { border-color: rgb(108,167,182); }
td.TdClassName
{
border-color: #6CA7B6;
}
.TagClassName
{
border-color: #6CA7B6;
}
</style>