Shades of Fountain Blue #6BB2BB
Tints of Fountain Blue #6BB2BB
RGB
CMYK
RGB Variations
Color information
#6BB2BB (or 0x6BB2BB) is known color: Fountain Blue. HEX triplet: 6B, B2 and BB. RGB value is (107,178,187). Sum of RGB (Red+Green+Blue) = 107+178+187=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #6BB2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB2BB is #944D44. Grayscale: #9D9D9D. Windows color (decimal): -9719109 or 12300907. OLE color: 12300907.
HSL color Cylindrical-coordinate representation of color #6BB2BB: hue angle of 186.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BB2BB is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 178 | 187 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.27 |
| HSL | 186.75º | 0.37% | 0.58% | - |
| HSV(B) | 186.75º | 0.43% | 0.73% | - |
| XYZ | 30.95 | 38.55 | 52.82 | - |
| YUV | 157.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 187 | 0.43 | 0.05 | 0 | 0.27 | 186.75 | 0.37 | 0.58 |
| Hex | 6B | B2 | BB | 2B | 5 | 0 | 1B | BB | 25 | 3A |
| Octal | 153 | 262 | 273 | 53 | 5 | 0 | 33 | 273 | 45 | 72 |
| Binary | 1101011 | 10110010 | 10111011 | 101011 | 101 | 0 | 11011 | 10111011 | 100101 | 111010 |
Color Harmonies of #6BB2BB
Complementary color
Monochromatic Colors of #6BB2BB
Black with #6BB2BB
Text Example
Text Example
White with #6BB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB2BB; }
p { color: rgb(107,178,187); }
H1.HeaderClassName
{
color: #6BB2BB;
}
.AnyTagClassName
{
color: #6BB2BB;
}
</style>
background-color css
<style>
a { background-color: #6BB2BB; }
a { background-color: rgb(107,178,187); }
div.DivClassName
{
background-color: #6BB2BB;
}
.BgClassName
{
background-color: #6BB2BB;
}
</style>
border-color css
<style>
span { border-color: #6BB2BB; }
span { border-color: rgb(107,178,187); }
td.TdClassName
{
border-color: #6BB2BB;
}
.TagClassName
{
border-color: #6BB2BB;
}
</style>