Shades of Fountain Blue #6CABAE
Tints of Fountain Blue #6CABAE
RGB
CMYK
RGB Variations
Color information
#6CABAE (or 0x6CABAE) is known color: Fountain Blue. HEX triplet: 6C, AB and AE. RGB value is (108,171,174). Sum of RGB (Red+Green+Blue) = 108+171+174=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #6CABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CABAE is #935451. Grayscale: #989898. Windows color (decimal): -9655378 or 11447148. OLE color: 11447148.
HSL color Cylindrical-coordinate representation of color #6CABAE: hue angle of 182.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CABAE is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 171 | 174 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.32 |
| HSL | 182.73º | 0.29% | 0.55% | - |
| HSV(B) | 182.73º | 0.38% | 0.68% | - |
| XYZ | 28.39 | 35.37 | 45.38 | - |
| YUV | 152.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 174 | 0.38 | 0.02 | 0 | 0.32 | 182.73 | 0.29 | 0.55 |
| Hex | 6C | AB | AE | 26 | 2 | 0 | 20 | B7 | 1D | 37 |
| Octal | 154 | 253 | 256 | 46 | 2 | 0 | 40 | 267 | 35 | 67 |
| Binary | 1101100 | 10101011 | 10101110 | 100110 | 10 | 0 | 100000 | 10110111 | 11101 | 110111 |
Color Harmonies of #6CABAE
Complementary color
Monochromatic Colors of #6CABAE
Black with #6CABAE
Text Example
Text Example
White with #6CABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CABAE; }
p { color: rgb(108,171,174); }
H1.HeaderClassName
{
color: #6CABAE;
}
.AnyTagClassName
{
color: #6CABAE;
}
</style>
background-color css
<style>
a { background-color: #6CABAE; }
a { background-color: rgb(108,171,174); }
div.DivClassName
{
background-color: #6CABAE;
}
.BgClassName
{
background-color: #6CABAE;
}
</style>
border-color css
<style>
span { border-color: #6CABAE; }
span { border-color: rgb(108,171,174); }
td.TdClassName
{
border-color: #6CABAE;
}
.TagClassName
{
border-color: #6CABAE;
}
</style>