Shades of Fountain Blue #6BBEBA
Tints of Fountain Blue #6BBEBA
RGB
CMYK
RGB Variations
Color information
#6BBEBA (or 0x6BBEBA) is known color: Fountain Blue. HEX triplet: 6B, BE and BA. RGB value is (107,190,186). Sum of RGB (Red+Green+Blue) = 107+190+186=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBEBA is #944145. Grayscale: #A4A4A4. Windows color (decimal): -9716038 or 12238443. OLE color: 12238443.
HSL color Cylindrical-coordinate representation of color #6BBEBA: hue angle of 177.11º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBEBA is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 190 | 186 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.25 |
| HSL | 177.11º | 0.39% | 0.58% | - |
| HSV(B) | 177.11º | 0.44% | 0.75% | - |
| XYZ | 33.34 | 43.5 | 53.09 | - |
| YUV | 164.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 186 | 0.44 | 0 | 0.02 | 0.25 | 177.11 | 0.39 | 0.58 |
| Hex | 6B | BE | BA | 2C | 0 | 2 | 19 | B1 | 27 | 3A |
| Octal | 153 | 276 | 272 | 54 | 0 | 2 | 31 | 261 | 47 | 72 |
| Binary | 1101011 | 10111110 | 10111010 | 101100 | 0 | 10 | 11001 | 10110001 | 100111 | 111010 |
Color Harmonies of #6BBEBA
Complementary color
Monochromatic Colors of #6BBEBA
Black with #6BBEBA
Text Example
Text Example
White with #6BBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBEBA; }
p { color: rgb(107,190,186); }
H1.HeaderClassName
{
color: #6BBEBA;
}
.AnyTagClassName
{
color: #6BBEBA;
}
</style>
background-color css
<style>
a { background-color: #6BBEBA; }
a { background-color: rgb(107,190,186); }
div.DivClassName
{
background-color: #6BBEBA;
}
.BgClassName
{
background-color: #6BBEBA;
}
</style>
border-color css
<style>
span { border-color: #6BBEBA; }
span { border-color: rgb(107,190,186); }
td.TdClassName
{
border-color: #6BBEBA;
}
.TagClassName
{
border-color: #6BBEBA;
}
</style>