Shades of Fountain Blue #6BB8BA
Tints of Fountain Blue #6BB8BA
RGB
CMYK
RGB Variations
Color information
#6BB8BA (or 0x6BB8BA) is known color: Fountain Blue. HEX triplet: 6B, B8 and BA. RGB value is (107,184,186). Sum of RGB (Red+Green+Blue) = 107+184+186=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BB8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB8BA is #944745. Grayscale: #A1A1A1. Windows color (decimal): -9717574 or 12236907. OLE color: 12236907.
HSL color Cylindrical-coordinate representation of color #6BB8BA: hue angle of 181.52º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BB8BA is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 184 | 186 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.27 |
| HSL | 181.52º | 0.36% | 0.57% | - |
| HSV(B) | 181.52º | 0.42% | 0.73% | - |
| XYZ | 32.07 | 40.95 | 52.67 | - |
| YUV | 161.21 | 141.99 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 186 | 0.42 | 0.01 | 0 | 0.27 | 181.52 | 0.36 | 0.57 |
| Hex | 6B | B8 | BA | 2A | 1 | 0 | 1B | B6 | 24 | 39 |
| Octal | 153 | 270 | 272 | 52 | 1 | 0 | 33 | 266 | 44 | 71 |
| Binary | 1101011 | 10111000 | 10111010 | 101010 | 1 | 0 | 11011 | 10110110 | 100100 | 111001 |
Color Harmonies of #6BB8BA
Complementary color
Monochromatic Colors of #6BB8BA
Black with #6BB8BA
Text Example
Text Example
White with #6BB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB8BA; }
p { color: rgb(107,184,186); }
H1.HeaderClassName
{
color: #6BB8BA;
}
.AnyTagClassName
{
color: #6BB8BA;
}
</style>
background-color css
<style>
a { background-color: #6BB8BA; }
a { background-color: rgb(107,184,186); }
div.DivClassName
{
background-color: #6BB8BA;
}
.BgClassName
{
background-color: #6BB8BA;
}
</style>
border-color css
<style>
span { border-color: #6BB8BA; }
span { border-color: rgb(107,184,186); }
td.TdClassName
{
border-color: #6BB8BA;
}
.TagClassName
{
border-color: #6BB8BA;
}
</style>