Shades of Fountain Blue #6CA7B4
Tints of Fountain Blue #6CA7B4
RGB
CMYK
RGB Variations
Color information
#6CA7B4 (or 0x6CA7B4) is known color: Fountain Blue. HEX triplet: 6C, A7 and B4. RGB value is (108,167,180). Sum of RGB (Red+Green+Blue) = 108+167+180=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #6CA7B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA7B4 is #93584B. Grayscale: #969696. Windows color (decimal): -9656396 or 11839340. OLE color: 11839340.
HSL color Cylindrical-coordinate representation of color #6CA7B4: hue angle of 190.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CA7B4 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 167 | 180 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.29 |
| HSL | 190.83º | 0.32% | 0.56% | - |
| HSV(B) | 190.83º | 0.4% | 0.71% | - |
| XYZ | 28.24 | 34.12 | 48.28 | - |
| YUV | 150.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 167 | 180 | 0.40 | 0.07 | 0 | 0.29 | 190.83 | 0.32 | 0.56 |
| Hex | 6C | A7 | B4 | 28 | 7 | 0 | 1D | BF | 20 | 38 |
| Octal | 154 | 247 | 264 | 50 | 7 | 0 | 35 | 277 | 40 | 70 |
| Binary | 1101100 | 10100111 | 10110100 | 101000 | 111 | 0 | 11101 | 10111111 | 100000 | 111000 |
Color Harmonies of #6CA7B4
Complementary color
Monochromatic Colors of #6CA7B4
Black with #6CA7B4
Text Example
Text Example
White with #6CA7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA7B4; }
p { color: rgb(108,167,180); }
H1.HeaderClassName
{
color: #6CA7B4;
}
.AnyTagClassName
{
color: #6CA7B4;
}
</style>
background-color css
<style>
a { background-color: #6CA7B4; }
a { background-color: rgb(108,167,180); }
div.DivClassName
{
background-color: #6CA7B4;
}
.BgClassName
{
background-color: #6CA7B4;
}
</style>
border-color css
<style>
span { border-color: #6CA7B4; }
span { border-color: rgb(108,167,180); }
td.TdClassName
{
border-color: #6CA7B4;
}
.TagClassName
{
border-color: #6CA7B4;
}
</style>