Shades of Fountain Blue #6CA7AF
Tints of Fountain Blue #6CA7AF
RGB
CMYK
RGB Variations
Color information
#6CA7AF (or 0x6CA7AF) is known color: Fountain Blue. HEX triplet: 6C, A7 and AF. RGB value is (108,167,175). Sum of RGB (Red+Green+Blue) = 108+167+175=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #6CA7AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA7AF is #935850. Grayscale: #969696. Windows color (decimal): -9656401 or 11511660. OLE color: 11511660.
HSL color Cylindrical-coordinate representation of color #6CA7AF: hue angle of 187.16º 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 #6CA7AF is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 167 | 175 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.31 |
| HSL | 187.16º | 0.3% | 0.55% | - |
| HSV(B) | 187.16º | 0.38% | 0.69% | - |
| XYZ | 27.74 | 33.92 | 45.64 | - |
| YUV | 150.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 167 | 175 | 0.38 | 0.05 | 0 | 0.31 | 187.16 | 0.3 | 0.55 |
| Hex | 6C | A7 | AF | 26 | 5 | 0 | 1F | BB | 1E | 37 |
| Octal | 154 | 247 | 257 | 46 | 5 | 0 | 37 | 273 | 36 | 67 |
| Binary | 1101100 | 10100111 | 10101111 | 100110 | 101 | 0 | 11111 | 10111011 | 11110 | 110111 |
Color Harmonies of #6CA7AF
Complementary color
Monochromatic Colors of #6CA7AF
Black with #6CA7AF
Text Example
Text Example
White with #6CA7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA7AF; }
p { color: rgb(108,167,175); }
H1.HeaderClassName
{
color: #6CA7AF;
}
.AnyTagClassName
{
color: #6CA7AF;
}
</style>
background-color css
<style>
a { background-color: #6CA7AF; }
a { background-color: rgb(108,167,175); }
div.DivClassName
{
background-color: #6CA7AF;
}
.BgClassName
{
background-color: #6CA7AF;
}
</style>
border-color css
<style>
span { border-color: #6CA7AF; }
span { border-color: rgb(108,167,175); }
td.TdClassName
{
border-color: #6CA7AF;
}
.TagClassName
{
border-color: #6CA7AF;
}
</style>