Shades of Fountain Blue #6CAAAF
Tints of Fountain Blue #6CAAAF
RGB
CMYK
RGB Variations
Color information
#6CAAAF (or 0x6CAAAF) is known color: Fountain Blue. HEX triplet: 6C, AA and AF. RGB value is (108,170,175). Sum of RGB (Red+Green+Blue) = 108+170+175=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #6CAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAAAF is #935550. Grayscale: #979797. Windows color (decimal): -9655633 or 11512428. OLE color: 11512428.
HSL color Cylindrical-coordinate representation of color #6CAAAF: hue angle of 184.48º 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 #6CAAAF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 170 | 175 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.31 |
| HSL | 184.48º | 0.3% | 0.55% | - |
| HSV(B) | 184.48º | 0.38% | 0.69% | - |
| XYZ | 28.3 | 35.03 | 45.83 | - |
| YUV | 152.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 175 | 0.38 | 0.03 | 0 | 0.31 | 184.48 | 0.3 | 0.55 |
| Hex | 6C | AA | AF | 26 | 3 | 0 | 1F | B8 | 1E | 37 |
| Octal | 154 | 252 | 257 | 46 | 3 | 0 | 37 | 270 | 36 | 67 |
| Binary | 1101100 | 10101010 | 10101111 | 100110 | 11 | 0 | 11111 | 10111000 | 11110 | 110111 |
Color Harmonies of #6CAAAF
Complementary color
Monochromatic Colors of #6CAAAF
Black with #6CAAAF
Text Example
Text Example
White with #6CAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAAAF; }
p { color: rgb(108,170,175); }
H1.HeaderClassName
{
color: #6CAAAF;
}
.AnyTagClassName
{
color: #6CAAAF;
}
</style>
background-color css
<style>
a { background-color: #6CAAAF; }
a { background-color: rgb(108,170,175); }
div.DivClassName
{
background-color: #6CAAAF;
}
.BgClassName
{
background-color: #6CAAAF;
}
</style>
border-color css
<style>
span { border-color: #6CAAAF; }
span { border-color: rgb(108,170,175); }
td.TdClassName
{
border-color: #6CAAAF;
}
.TagClassName
{
border-color: #6CAAAF;
}
</style>