Shades of Fountain Blue #6BB7B5
Tints of Fountain Blue #6BB7B5
RGB
CMYK
RGB Variations
Color information
#6BB7B5 (or 0x6BB7B5) is known color: Fountain Blue. HEX triplet: 6B, B7 and B5. RGB value is (107,183,181). Sum of RGB (Red+Green+Blue) = 107+183+181=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #6BB7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB7B5 is #94484A. Grayscale: #9F9F9F. Windows color (decimal): -9717835 or 11908971. OLE color: 11908971.
HSL color Cylindrical-coordinate representation of color #6BB7B5: hue angle of 178.42º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BB7B5 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 183 | 181 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.28 |
| HSL | 178.42º | 0.35% | 0.57% | - |
| HSV(B) | 178.42º | 0.42% | 0.72% | - |
| XYZ | 31.34 | 40.33 | 49.85 | - |
| YUV | 160.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 183 | 181 | 0.42 | 0 | 0.01 | 0.28 | 178.42 | 0.35 | 0.57 |
| Hex | 6B | B7 | B5 | 2A | 0 | 1 | 1C | B2 | 23 | 39 |
| Octal | 153 | 267 | 265 | 52 | 0 | 1 | 34 | 262 | 43 | 71 |
| Binary | 1101011 | 10110111 | 10110101 | 101010 | 0 | 1 | 11100 | 10110010 | 100011 | 111001 |
Color Harmonies of #6BB7B5
Complementary color
Monochromatic Colors of #6BB7B5
Black with #6BB7B5
Text Example
Text Example
White with #6BB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB7B5; }
p { color: rgb(107,183,181); }
H1.HeaderClassName
{
color: #6BB7B5;
}
.AnyTagClassName
{
color: #6BB7B5;
}
</style>
background-color css
<style>
a { background-color: #6BB7B5; }
a { background-color: rgb(107,183,181); }
div.DivClassName
{
background-color: #6BB7B5;
}
.BgClassName
{
background-color: #6BB7B5;
}
</style>
border-color css
<style>
span { border-color: #6BB7B5; }
span { border-color: rgb(107,183,181); }
td.TdClassName
{
border-color: #6BB7B5;
}
.TagClassName
{
border-color: #6BB7B5;
}
</style>