Shades of Fountain Blue #6CBBBC
Tints of Fountain Blue #6CBBBC
RGB
CMYK
RGB Variations
Color information
#6CBBBC (or 0x6CBBBC) is known color: Fountain Blue. HEX triplet: 6C, BB and BC. RGB value is (108,187,188). Sum of RGB (Red+Green+Blue) = 108+187+188=483 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.36% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CBBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBBC is #934443. Grayscale: #A3A3A3. Windows color (decimal): -9651268 or 12368748. OLE color: 12368748.
HSL color Cylindrical-coordinate representation of color #6CBBBC: hue angle of 180.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBBBC is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 187 | 188 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.26 |
| HSL | 180.75º | 0.37% | 0.58% | - |
| HSV(B) | 180.75º | 0.43% | 0.74% | - |
| XYZ | 33.03 | 42.36 | 54.01 | - |
| YUV | 163.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 187 | 188 | 0.43 | 0.01 | 0 | 0.26 | 180.75 | 0.37 | 0.58 |
| Hex | 6C | BB | BC | 2B | 1 | 0 | 1A | B5 | 25 | 3A |
| Octal | 154 | 273 | 274 | 53 | 1 | 0 | 32 | 265 | 45 | 72 |
| Binary | 1101100 | 10111011 | 10111100 | 101011 | 1 | 0 | 11010 | 10110101 | 100101 | 111010 |
Color Harmonies of #6CBBBC
Complementary color
Monochromatic Colors of #6CBBBC
Black with #6CBBBC
Text Example
Text Example
White with #6CBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBBBC; }
p { color: rgb(108,187,188); }
H1.HeaderClassName
{
color: #6CBBBC;
}
.AnyTagClassName
{
color: #6CBBBC;
}
</style>
background-color css
<style>
a { background-color: #6CBBBC; }
a { background-color: rgb(108,187,188); }
div.DivClassName
{
background-color: #6CBBBC;
}
.BgClassName
{
background-color: #6CBBBC;
}
</style>
border-color css
<style>
span { border-color: #6CBBBC; }
span { border-color: rgb(108,187,188); }
td.TdClassName
{
border-color: #6CBBBC;
}
.TagClassName
{
border-color: #6CBBBC;
}
</style>