Shades of Fountain Blue #6BB4B9
Tints of Fountain Blue #6BB4B9
RGB
CMYK
RGB Variations
Color information
#6BB4B9 (or 0x6BB4B9) is known color: Fountain Blue. HEX triplet: 6B, B4 and B9. RGB value is (107,180,185). Sum of RGB (Red+Green+Blue) = 107+180+185=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #6BB4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB4B9 is #944B46. Grayscale: #9E9E9E. Windows color (decimal): -9718599 or 12170347. OLE color: 12170347.
HSL color Cylindrical-coordinate representation of color #6BB4B9: hue angle of 183.85º 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 #6BB4B9 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 180 | 185 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.27 |
| HSL | 183.85º | 0.36% | 0.57% | - |
| HSV(B) | 183.85º | 0.42% | 0.73% | - |
| XYZ | 31.14 | 39.27 | 51.84 | - |
| YUV | 158.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 180 | 185 | 0.42 | 0.03 | 0 | 0.27 | 183.85 | 0.36 | 0.57 |
| Hex | 6B | B4 | B9 | 2A | 3 | 0 | 1B | B8 | 24 | 39 |
| Octal | 153 | 264 | 271 | 52 | 3 | 0 | 33 | 270 | 44 | 71 |
| Binary | 1101011 | 10110100 | 10111001 | 101010 | 11 | 0 | 11011 | 10111000 | 100100 | 111001 |
Color Harmonies of #6BB4B9
Complementary color
Monochromatic Colors of #6BB4B9
Black with #6BB4B9
Text Example
Text Example
White with #6BB4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB4B9; }
p { color: rgb(107,180,185); }
H1.HeaderClassName
{
color: #6BB4B9;
}
.AnyTagClassName
{
color: #6BB4B9;
}
</style>
background-color css
<style>
a { background-color: #6BB4B9; }
a { background-color: rgb(107,180,185); }
div.DivClassName
{
background-color: #6BB4B9;
}
.BgClassName
{
background-color: #6BB4B9;
}
</style>
border-color css
<style>
span { border-color: #6BB4B9; }
span { border-color: rgb(107,180,185); }
td.TdClassName
{
border-color: #6BB4B9;
}
.TagClassName
{
border-color: #6BB4B9;
}
</style>