Shades of Cornflower Blue #64A3F1
Tints of Cornflower Blue #64A3F1
RGB
CMYK
RGB Variations
Color information
#64A3F1 (or 0x64A3F1) is known color: Cornflower Blue. HEX triplet: 64, A3 and F1. RGB value is (100,163,241). Sum of RGB (Red+Green+Blue) = 100+163+241=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #64A3F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A3F1 is #9B5C0E. Grayscale: #989898. Windows color (decimal): -10181647 or 15836004. OLE color: 15836004.
HSL color Cylindrical-coordinate representation of color #64A3F1: hue angle of 213.19º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64A3F1 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 163 | 241 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.05 |
| HSL | 213.19º | 0.83% | 0.67% | - |
| HSV(B) | 213.19º | 0.59% | 0.95% | - |
| XYZ | 34.23 | 35.25 | 88.22 | - |
| YUV | 153.06 | 177.63 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 241 | 0.59 | 0.32 | 0 | 0.05 | 213.19 | 0.83 | 0.67 |
| Hex | 64 | A3 | F1 | 3B | 20 | 0 | 5 | D5 | 53 | 43 |
| Octal | 144 | 243 | 361 | 73 | 40 | 0 | 5 | 325 | 123 | 103 |
| Binary | 1100100 | 10100011 | 11110001 | 111011 | 100000 | 0 | 101 | 11010101 | 1010011 | 1000011 |
Color Harmonies of #64A3F1
Complementary color
Monochromatic Colors of #64A3F1
Black with #64A3F1
Text Example
Text Example
White with #64A3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A3F1; }
p { color: rgb(100,163,241); }
H1.HeaderClassName
{
color: #64A3F1;
}
.AnyTagClassName
{
color: #64A3F1;
}
</style>
background-color css
<style>
a { background-color: #64A3F1; }
a { background-color: rgb(100,163,241); }
div.DivClassName
{
background-color: #64A3F1;
}
.BgClassName
{
background-color: #64A3F1;
}
</style>
border-color css
<style>
span { border-color: #64A3F1; }
span { border-color: rgb(100,163,241); }
td.TdClassName
{
border-color: #64A3F1;
}
.TagClassName
{
border-color: #64A3F1;
}
</style>