Shades of Fountain Blue #6CAFAF
Tints of Fountain Blue #6CAFAF
RGB
CMYK
RGB Variations
Color information
#6CAFAF (or 0x6CAFAF) is known color: Fountain Blue. HEX triplet: 6C, AF and AF. RGB value is (108,175,175). Sum of RGB (Red+Green+Blue) = 108+175+175=458 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.58% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #6CAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAFAF is #935050. Grayscale: #9A9A9A. Windows color (decimal): -9654353 or 11513708. OLE color: 11513708.
HSL color Cylindrical-coordinate representation of color #6CAFAF: hue angle of 180º 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 #6CAFAF is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 175 | - |
| CMYK | 0.38 | 0 | 0 | 0.31 |
| HSL | 180º | 0.3% | 0.55% | - |
| HSV(B) | 180º | 0.38% | 0.69% | - |
| XYZ | 29.25 | 36.94 | 46.15 | - |
| YUV | 154.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 175 | 0.38 | 0 | 0 | 0.31 | 180 | 0.3 | 0.55 |
| Hex | 6C | AF | AF | 26 | 0 | 0 | 1F | B4 | 1E | 37 |
| Octal | 154 | 257 | 257 | 46 | 0 | 0 | 37 | 264 | 36 | 67 |
| Binary | 1101100 | 10101111 | 10101111 | 100110 | 0 | 0 | 11111 | 10110100 | 11110 | 110111 |
Color Harmonies of #6CAFAF
Complementary color
Monochromatic Colors of #6CAFAF
Black with #6CAFAF
Text Example
Text Example
White with #6CAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAFAF; }
p { color: rgb(108,175,175); }
H1.HeaderClassName
{
color: #6CAFAF;
}
.AnyTagClassName
{
color: #6CAFAF;
}
</style>
background-color css
<style>
a { background-color: #6CAFAF; }
a { background-color: rgb(108,175,175); }
div.DivClassName
{
background-color: #6CAFAF;
}
.BgClassName
{
background-color: #6CAFAF;
}
</style>
border-color css
<style>
span { border-color: #6CAFAF; }
span { border-color: rgb(108,175,175); }
td.TdClassName
{
border-color: #6CAFAF;
}
.TagClassName
{
border-color: #6CAFAF;
}
</style>