Shades of Fountain Blue #64BFC6
Tints of Fountain Blue #64BFC6
RGB
CMYK
RGB Variations
Color information
#64BFC6 (or 0x64BFC6) is known color: Fountain Blue. HEX triplet: 64, BF and C6. RGB value is (100,191,198). Sum of RGB (Red+Green+Blue) = 100+191+198=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #64BFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFC6 is #9B4039. Grayscale: #A4A4A4. Windows color (decimal): -10174522 or 13025124. OLE color: 13025124.
HSL color Cylindrical-coordinate representation of color #64BFC6: hue angle of 184.29º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64BFC6 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 191 | 198 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.22 |
| HSL | 184.29º | 0.46% | 0.58% | - |
| HSV(B) | 184.29º | 0.49% | 0.78% | - |
| XYZ | 34.08 | 44.05 | 60.13 | - |
| YUV | 164.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 198 | 0.49 | 0.04 | 0 | 0.22 | 184.29 | 0.46 | 0.58 |
| Hex | 64 | BF | C6 | 31 | 4 | 0 | 16 | B8 | 2E | 3A |
| Octal | 144 | 277 | 306 | 61 | 4 | 0 | 26 | 270 | 56 | 72 |
| Binary | 1100100 | 10111111 | 11000110 | 110001 | 100 | 0 | 10110 | 10111000 | 101110 | 111010 |
Color Harmonies of #64BFC6
Complementary color
Monochromatic Colors of #64BFC6
Black with #64BFC6
Text Example
Text Example
White with #64BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFC6; }
p { color: rgb(100,191,198); }
H1.HeaderClassName
{
color: #64BFC6;
}
.AnyTagClassName
{
color: #64BFC6;
}
</style>
background-color css
<style>
a { background-color: #64BFC6; }
a { background-color: rgb(100,191,198); }
div.DivClassName
{
background-color: #64BFC6;
}
.BgClassName
{
background-color: #64BFC6;
}
</style>
border-color css
<style>
span { border-color: #64BFC6; }
span { border-color: rgb(100,191,198); }
td.TdClassName
{
border-color: #64BFC6;
}
.TagClassName
{
border-color: #64BFC6;
}
</style>