Shades of Fountain Blue #67A5A8
Tints of Fountain Blue #67A5A8
RGB
CMYK
RGB Variations
Color information
#67A5A8 (or 0x67A5A8) is known color: Fountain Blue. HEX triplet: 67, A5 and A8. RGB value is (103,165,168). Sum of RGB (Red+Green+Blue) = 103+165+168=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 168 - color contains mainly: blue. Hex color #67A5A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A5A8 is #985A57. Grayscale: #929292. Windows color (decimal): -9984600 or 11052391. OLE color: 11052391.
HSL color Cylindrical-coordinate representation of color #67A5A8: hue angle of 182.77º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67A5A8 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 165 | 168 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.34 |
| HSL | 182.77º | 0.27% | 0.53% | - |
| HSV(B) | 182.77º | 0.39% | 0.66% | - |
| XYZ | 26.12 | 32.62 | 41.97 | - |
| YUV | 146.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 168 | 0.39 | 0.02 | 0 | 0.34 | 182.77 | 0.27 | 0.53 |
| Hex | 67 | A5 | A8 | 27 | 2 | 0 | 22 | B7 | 1B | 35 |
| Octal | 147 | 245 | 250 | 47 | 2 | 0 | 42 | 267 | 33 | 65 |
| Binary | 1100111 | 10100101 | 10101000 | 100111 | 10 | 0 | 100010 | 10110111 | 11011 | 110101 |
Color Harmonies of #67A5A8
Complementary color
Monochromatic Colors of #67A5A8
Black with #67A5A8
Text Example
Text Example
White with #67A5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A5A8; }
p { color: rgb(103,165,168); }
H1.HeaderClassName
{
color: #67A5A8;
}
.AnyTagClassName
{
color: #67A5A8;
}
</style>
background-color css
<style>
a { background-color: #67A5A8; }
a { background-color: rgb(103,165,168); }
div.DivClassName
{
background-color: #67A5A8;
}
.BgClassName
{
background-color: #67A5A8;
}
</style>
border-color css
<style>
span { border-color: #67A5A8; }
span { border-color: rgb(103,165,168); }
td.TdClassName
{
border-color: #67A5A8;
}
.TagClassName
{
border-color: #67A5A8;
}
</style>