Shades of Fountain Blue #6CAFB4
Tints of Fountain Blue #6CAFB4
RGB
CMYK
RGB Variations
Color information
#6CAFB4 (or 0x6CAFB4) is known color: Fountain Blue. HEX triplet: 6C, AF and B4. RGB value is (108,175,180). Sum of RGB (Red+Green+Blue) = 108+175+180=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #6CAFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAFB4 is #93504B. Grayscale: #9B9B9B. Windows color (decimal): -9654348 or 11841388. OLE color: 11841388.
HSL color Cylindrical-coordinate representation of color #6CAFB4: hue angle of 184.17º 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 #6CAFB4 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 175 | 180 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.29 |
| HSL | 184.17º | 0.32% | 0.56% | - |
| HSV(B) | 184.17º | 0.4% | 0.71% | - |
| XYZ | 29.75 | 37.14 | 48.78 | - |
| YUV | 155.54 | 141.8 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 180 | 0.40 | 0.03 | 0 | 0.29 | 184.17 | 0.32 | 0.56 |
| Hex | 6C | AF | B4 | 28 | 3 | 0 | 1D | B8 | 20 | 38 |
| Octal | 154 | 257 | 264 | 50 | 3 | 0 | 35 | 270 | 40 | 70 |
| Binary | 1101100 | 10101111 | 10110100 | 101000 | 11 | 0 | 11101 | 10111000 | 100000 | 111000 |
Color Harmonies of #6CAFB4
Complementary color
Monochromatic Colors of #6CAFB4
Black with #6CAFB4
Text Example
Text Example
White with #6CAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAFB4; }
p { color: rgb(108,175,180); }
H1.HeaderClassName
{
color: #6CAFB4;
}
.AnyTagClassName
{
color: #6CAFB4;
}
</style>
background-color css
<style>
a { background-color: #6CAFB4; }
a { background-color: rgb(108,175,180); }
div.DivClassName
{
background-color: #6CAFB4;
}
.BgClassName
{
background-color: #6CAFB4;
}
</style>
border-color css
<style>
span { border-color: #6CAFB4; }
span { border-color: rgb(108,175,180); }
td.TdClassName
{
border-color: #6CAFB4;
}
.TagClassName
{
border-color: #6CAFB4;
}
</style>