Shades of Fountain Blue #6CAEAF
Tints of Fountain Blue #6CAEAF
RGB
CMYK
RGB Variations
Color information
#6CAEAF (or 0x6CAEAF) is known color: Fountain Blue. HEX triplet: 6C, AE and AF. RGB value is (108,174,175). Sum of RGB (Red+Green+Blue) = 108+174+175=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #6CAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAEAF is #935150. Grayscale: #9A9A9A. Windows color (decimal): -9654609 or 11513452. OLE color: 11513452.
HSL color Cylindrical-coordinate representation of color #6CAEAF: hue angle of 180.9º 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 #6CAEAF is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 174 | 175 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.31 |
| HSL | 180.9º | 0.3% | 0.55% | - |
| HSV(B) | 180.9º | 0.38% | 0.69% | - |
| XYZ | 29.06 | 36.56 | 46.08 | - |
| YUV | 154.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 175 | 0.38 | 0.01 | 0 | 0.31 | 180.9 | 0.3 | 0.55 |
| Hex | 6C | AE | AF | 26 | 1 | 0 | 1F | B5 | 1E | 37 |
| Octal | 154 | 256 | 257 | 46 | 1 | 0 | 37 | 265 | 36 | 67 |
| Binary | 1101100 | 10101110 | 10101111 | 100110 | 1 | 0 | 11111 | 10110101 | 11110 | 110111 |
Color Harmonies of #6CAEAF
Complementary color
Monochromatic Colors of #6CAEAF
Black with #6CAEAF
Text Example
Text Example
White with #6CAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAEAF; }
p { color: rgb(108,174,175); }
H1.HeaderClassName
{
color: #6CAEAF;
}
.AnyTagClassName
{
color: #6CAEAF;
}
</style>
background-color css
<style>
a { background-color: #6CAEAF; }
a { background-color: rgb(108,174,175); }
div.DivClassName
{
background-color: #6CAEAF;
}
.BgClassName
{
background-color: #6CAEAF;
}
</style>
border-color css
<style>
span { border-color: #6CAEAF; }
span { border-color: rgb(108,174,175); }
td.TdClassName
{
border-color: #6CAEAF;
}
.TagClassName
{
border-color: #6CAEAF;
}
</style>