Shades of Cornflower Blue #64A3FC
Tints of Cornflower Blue #64A3FC
RGB
CMYK
RGB Variations
Color information
#64A3FC (or 0x64A3FC) is known color: Cornflower Blue. HEX triplet: 64, A3 and FC. RGB value is (100,163,252). Sum of RGB (Red+Green+Blue) = 100+163+252=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #64A3FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A3FC is #9B5C03. Grayscale: #999999. Windows color (decimal): -10181636 or 16556900. OLE color: 16556900.
HSL color Cylindrical-coordinate representation of color #64A3FC: hue angle of 215.13º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64A3FC is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 163 | 252 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.01 |
| HSL | 215.13º | 0.96% | 0.69% | - |
| HSV(B) | 215.13º | 0.6% | 0.99% | - |
| XYZ | 35.92 | 35.93 | 97.14 | - |
| YUV | 154.31 | 183.13 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 252 | 0.60 | 0.35 | 0 | 0.01 | 215.13 | 0.96 | 0.69 |
| Hex | 64 | A3 | FC | 3C | 23 | 0 | 1 | D7 | 60 | 45 |
| Octal | 144 | 243 | 374 | 74 | 43 | 0 | 1 | 327 | 140 | 105 |
| Binary | 1100100 | 10100011 | 11111100 | 111100 | 100011 | 0 | 1 | 11010111 | 1100000 | 1000101 |
Color Harmonies of #64A3FC
Complementary color
Monochromatic Colors of #64A3FC
Black with #64A3FC
Text Example
Text Example
White with #64A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A3FC; }
p { color: rgb(100,163,252); }
H1.HeaderClassName
{
color: #64A3FC;
}
.AnyTagClassName
{
color: #64A3FC;
}
</style>
background-color css
<style>
a { background-color: #64A3FC; }
a { background-color: rgb(100,163,252); }
div.DivClassName
{
background-color: #64A3FC;
}
.BgClassName
{
background-color: #64A3FC;
}
</style>
border-color css
<style>
span { border-color: #64A3FC; }
span { border-color: rgb(100,163,252); }
td.TdClassName
{
border-color: #64A3FC;
}
.TagClassName
{
border-color: #64A3FC;
}
</style>