Shades of Fountain Blue #67A8BB
Tints of Fountain Blue #67A8BB
RGB
CMYK
RGB Variations
Color information
#67A8BB (or 0x67A8BB) is known color: Fountain Blue. HEX triplet: 67, A8 and BB. RGB value is (103,168,187). Sum of RGB (Red+Green+Blue) = 103+168+187=458 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.49% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #67A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A8BB is #985744. Grayscale: #969696. Windows color (decimal): -9983813 or 12298343. OLE color: 12298343.
HSL color Cylindrical-coordinate representation of color #67A8BB: hue angle of 193.57º 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 #67A8BB is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 168 | 187 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.27 |
| HSL | 193.57º | 0.38% | 0.57% | - |
| HSV(B) | 193.57º | 0.45% | 0.73% | - |
| XYZ | 28.57 | 34.48 | 52.16 | - |
| YUV | 150.73 | 148.47 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 168 | 187 | 0.45 | 0.10 | 0 | 0.27 | 193.57 | 0.38 | 0.57 |
| Hex | 67 | A8 | BB | 2D | A | 0 | 1B | C2 | 26 | 39 |
| Octal | 147 | 250 | 273 | 55 | 12 | 0 | 33 | 302 | 46 | 71 |
| Binary | 1100111 | 10101000 | 10111011 | 101101 | 1010 | 0 | 11011 | 11000010 | 100110 | 111001 |
Color Harmonies of #67A8BB
Complementary color
Monochromatic Colors of #67A8BB
Black with #67A8BB
Text Example
Text Example
White with #67A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A8BB; }
p { color: rgb(103,168,187); }
H1.HeaderClassName
{
color: #67A8BB;
}
.AnyTagClassName
{
color: #67A8BB;
}
</style>
background-color css
<style>
a { background-color: #67A8BB; }
a { background-color: rgb(103,168,187); }
div.DivClassName
{
background-color: #67A8BB;
}
.BgClassName
{
background-color: #67A8BB;
}
</style>
border-color css
<style>
span { border-color: #67A8BB; }
span { border-color: rgb(103,168,187); }
td.TdClassName
{
border-color: #67A8BB;
}
.TagClassName
{
border-color: #67A8BB;
}
</style>