Shades of Fountain Blue #6CBFBE
Tints of Fountain Blue #6CBFBE
RGB
CMYK
RGB Variations
Color information
#6CBFBE (or 0x6CBFBE) is known color: Fountain Blue. HEX triplet: 6C, BF and BE. RGB value is (108,191,190). Sum of RGB (Red+Green+Blue) = 108+191+190=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFBE is #934041. Grayscale: #A5A5A5. Windows color (decimal): -9650242 or 12500844. OLE color: 12500844.
HSL color Cylindrical-coordinate representation of color #6CBFBE: hue angle of 179.28º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBFBE is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 191 | 190 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.25 |
| HSL | 179.28º | 0.39% | 0.59% | - |
| HSV(B) | 179.28º | 0.43% | 0.75% | - |
| XYZ | 34.11 | 44.17 | 55.44 | - |
| YUV | 166.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 190 | 0.43 | 0 | 0.01 | 0.25 | 179.28 | 0.39 | 0.59 |
| Hex | 6C | BF | BE | 2B | 0 | 1 | 19 | B3 | 27 | 3B |
| Octal | 154 | 277 | 276 | 53 | 0 | 1 | 31 | 263 | 47 | 73 |
| Binary | 1101100 | 10111111 | 10111110 | 101011 | 0 | 1 | 11001 | 10110011 | 100111 | 111011 |
Color Harmonies of #6CBFBE
Complementary color
Monochromatic Colors of #6CBFBE
Black with #6CBFBE
Text Example
Text Example
White with #6CBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBFBE; }
p { color: rgb(108,191,190); }
H1.HeaderClassName
{
color: #6CBFBE;
}
.AnyTagClassName
{
color: #6CBFBE;
}
</style>
background-color css
<style>
a { background-color: #6CBFBE; }
a { background-color: rgb(108,191,190); }
div.DivClassName
{
background-color: #6CBFBE;
}
.BgClassName
{
background-color: #6CBFBE;
}
</style>
border-color css
<style>
span { border-color: #6CBFBE; }
span { border-color: rgb(108,191,190); }
td.TdClassName
{
border-color: #6CBFBE;
}
.TagClassName
{
border-color: #6CBFBE;
}
</style>