Shades of Fountain Blue #67A7BA
Tints of Fountain Blue #67A7BA
RGB
CMYK
RGB Variations
Color information
#67A7BA (or 0x67A7BA) is known color: Fountain Blue. HEX triplet: 67, A7 and BA. RGB value is (103,167,186). Sum of RGB (Red+Green+Blue) = 103+167+186=456 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.59% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #67A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A7BA is #985845. Grayscale: #959595. Windows color (decimal): -9984070 or 12232551. OLE color: 12232551.
HSL color Cylindrical-coordinate representation of color #67A7BA: hue angle of 193.73º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67A7BA is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 167 | 186 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.27 |
| HSL | 193.73º | 0.38% | 0.57% | - |
| HSV(B) | 193.73º | 0.45% | 0.73% | - |
| XYZ | 28.28 | 34.07 | 51.54 | - |
| YUV | 150.03 | 148.3 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 167 | 186 | 0.45 | 0.10 | 0 | 0.27 | 193.73 | 0.38 | 0.57 |
| Hex | 67 | A7 | BA | 2D | A | 0 | 1B | C2 | 26 | 39 |
| Octal | 147 | 247 | 272 | 55 | 12 | 0 | 33 | 302 | 46 | 71 |
| Binary | 1100111 | 10100111 | 10111010 | 101101 | 1010 | 0 | 11011 | 11000010 | 100110 | 111001 |
Color Harmonies of #67A7BA
Complementary color
Monochromatic Colors of #67A7BA
Black with #67A7BA
Text Example
Text Example
White with #67A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A7BA; }
p { color: rgb(103,167,186); }
H1.HeaderClassName
{
color: #67A7BA;
}
.AnyTagClassName
{
color: #67A7BA;
}
</style>
background-color css
<style>
a { background-color: #67A7BA; }
a { background-color: rgb(103,167,186); }
div.DivClassName
{
background-color: #67A7BA;
}
.BgClassName
{
background-color: #67A7BA;
}
</style>
border-color css
<style>
span { border-color: #67A7BA; }
span { border-color: rgb(103,167,186); }
td.TdClassName
{
border-color: #67A7BA;
}
.TagClassName
{
border-color: #67A7BA;
}
</style>