Shades of Fountain Blue #6CB7BD
Tints of Fountain Blue #6CB7BD
RGB
CMYK
RGB Variations
Color information
#6CB7BD (or 0x6CB7BD) is known color: Fountain Blue. HEX triplet: 6C, B7 and BD. RGB value is (108,183,189). Sum of RGB (Red+Green+Blue) = 108+183+189=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #6CB7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB7BD is #934842. Grayscale: #A1A1A1. Windows color (decimal): -9652291 or 12433260. OLE color: 12433260.
HSL color Cylindrical-coordinate representation of color #6CB7BD: hue angle of 184.44º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CB7BD is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 183 | 189 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.26 |
| HSL | 184.44º | 0.38% | 0.58% | - |
| HSV(B) | 184.44º | 0.43% | 0.74% | - |
| XYZ | 32.3 | 40.73 | 54.3 | - |
| YUV | 161.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 183 | 189 | 0.43 | 0.03 | 0 | 0.26 | 184.44 | 0.38 | 0.58 |
| Hex | 6C | B7 | BD | 2B | 3 | 0 | 1A | B8 | 26 | 3A |
| Octal | 154 | 267 | 275 | 53 | 3 | 0 | 32 | 270 | 46 | 72 |
| Binary | 1101100 | 10110111 | 10111101 | 101011 | 11 | 0 | 11010 | 10111000 | 100110 | 111010 |
Color Harmonies of #6CB7BD
Complementary color
Monochromatic Colors of #6CB7BD
Black with #6CB7BD
Text Example
Text Example
White with #6CB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB7BD; }
p { color: rgb(108,183,189); }
H1.HeaderClassName
{
color: #6CB7BD;
}
.AnyTagClassName
{
color: #6CB7BD;
}
</style>
background-color css
<style>
a { background-color: #6CB7BD; }
a { background-color: rgb(108,183,189); }
div.DivClassName
{
background-color: #6CB7BD;
}
.BgClassName
{
background-color: #6CB7BD;
}
</style>
border-color css
<style>
span { border-color: #6CB7BD; }
span { border-color: rgb(108,183,189); }
td.TdClassName
{
border-color: #6CB7BD;
}
.TagClassName
{
border-color: #6CB7BD;
}
</style>