Shades of Fountain Blue #67B4B7
Tints of Fountain Blue #67B4B7
RGB
CMYK
RGB Variations
Color information
#67B4B7 (or 0x67B4B7) is known color: Fountain Blue. HEX triplet: 67, B4 and B7. RGB value is (103,180,183). Sum of RGB (Red+Green+Blue) = 103+180+183=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #67B4B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B4B7 is #984B48. Grayscale: #9D9D9D. Windows color (decimal): -9980745 or 12039271. OLE color: 12039271.
HSL color Cylindrical-coordinate representation of color #67B4B7: hue angle of 182.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67B4B7 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 180 | 183 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.28 |
| HSL | 182.25º | 0.36% | 0.56% | - |
| HSV(B) | 182.25º | 0.44% | 0.72% | - |
| XYZ | 30.46 | 38.94 | 50.71 | - |
| YUV | 157.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 180 | 183 | 0.44 | 0.02 | 0 | 0.28 | 182.25 | 0.36 | 0.56 |
| Hex | 67 | B4 | B7 | 2C | 2 | 0 | 1C | B6 | 24 | 38 |
| Octal | 147 | 264 | 267 | 54 | 2 | 0 | 34 | 266 | 44 | 70 |
| Binary | 1100111 | 10110100 | 10110111 | 101100 | 10 | 0 | 11100 | 10110110 | 100100 | 111000 |
Color Harmonies of #67B4B7
Complementary color
Monochromatic Colors of #67B4B7
Black with #67B4B7
Text Example
Text Example
White with #67B4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B4B7; }
p { color: rgb(103,180,183); }
H1.HeaderClassName
{
color: #67B4B7;
}
.AnyTagClassName
{
color: #67B4B7;
}
</style>
background-color css
<style>
a { background-color: #67B4B7; }
a { background-color: rgb(103,180,183); }
div.DivClassName
{
background-color: #67B4B7;
}
.BgClassName
{
background-color: #67B4B7;
}
</style>
border-color css
<style>
span { border-color: #67B4B7; }
span { border-color: rgb(103,180,183); }
td.TdClassName
{
border-color: #67B4B7;
}
.TagClassName
{
border-color: #67B4B7;
}
</style>