Shades of Fountain Blue #6CA2AF
Tints of Fountain Blue #6CA2AF
RGB
CMYK
RGB Variations
Color information
#6CA2AF (or 0x6CA2AF) is known color: Fountain Blue. HEX triplet: 6C, A2 and AF. RGB value is (108,162,175). Sum of RGB (Red+Green+Blue) = 108+162+175=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #6CA2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA2AF is #935D50. Grayscale: #939393. Windows color (decimal): -9657681 or 11510380. OLE color: 11510380.
HSL color Cylindrical-coordinate representation of color #6CA2AF: hue angle of 191.64º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CA2AF is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 162 | 175 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.31 |
| HSL | 191.64º | 0.3% | 0.55% | - |
| HSV(B) | 191.64º | 0.38% | 0.69% | - |
| XYZ | 26.84 | 32.12 | 45.34 | - |
| YUV | 147.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 175 | 0.38 | 0.07 | 0 | 0.31 | 191.64 | 0.3 | 0.55 |
| Hex | 6C | A2 | AF | 26 | 7 | 0 | 1F | C0 | 1E | 37 |
| Octal | 154 | 242 | 257 | 46 | 7 | 0 | 37 | 300 | 36 | 67 |
| Binary | 1101100 | 10100010 | 10101111 | 100110 | 111 | 0 | 11111 | 11000000 | 11110 | 110111 |
Color Harmonies of #6CA2AF
Complementary color
Monochromatic Colors of #6CA2AF
Black with #6CA2AF
Text Example
Text Example
White with #6CA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA2AF; }
p { color: rgb(108,162,175); }
H1.HeaderClassName
{
color: #6CA2AF;
}
.AnyTagClassName
{
color: #6CA2AF;
}
</style>
background-color css
<style>
a { background-color: #6CA2AF; }
a { background-color: rgb(108,162,175); }
div.DivClassName
{
background-color: #6CA2AF;
}
.BgClassName
{
background-color: #6CA2AF;
}
</style>
border-color css
<style>
span { border-color: #6CA2AF; }
span { border-color: rgb(108,162,175); }
td.TdClassName
{
border-color: #6CA2AF;
}
.TagClassName
{
border-color: #6CA2AF;
}
</style>