Shades of Cornflower Blue #64A2F7
Tints of Cornflower Blue #64A2F7
RGB
CMYK
RGB Variations
Color information
#64A2F7 (or 0x64A2F7) is known color: Cornflower Blue. HEX triplet: 64, A2 and F7. RGB value is (100,162,247). Sum of RGB (Red+Green+Blue) = 100+162+247=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #64A2F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A2F7 is #9B5D08. Grayscale: #989898. Windows color (decimal): -10181897 or 16228964. OLE color: 16228964.
HSL color Cylindrical-coordinate representation of color #64A2F7: hue angle of 214.69º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64A2F7 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 162 | 247 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.03 |
| HSL | 214.69º | 0.9% | 0.68% | - |
| HSV(B) | 214.69º | 0.6% | 0.97% | - |
| XYZ | 34.96 | 35.27 | 92.96 | - |
| YUV | 153.15 | 180.96 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 247 | 0.60 | 0.34 | 0 | 0.03 | 214.69 | 0.9 | 0.68 |
| Hex | 64 | A2 | F7 | 3C | 22 | 0 | 3 | D7 | 5A | 44 |
| Octal | 144 | 242 | 367 | 74 | 42 | 0 | 3 | 327 | 132 | 104 |
| Binary | 1100100 | 10100010 | 11110111 | 111100 | 100010 | 0 | 11 | 11010111 | 1011010 | 1000100 |
Color Harmonies of #64A2F7
Complementary color
Monochromatic Colors of #64A2F7
Black with #64A2F7
Text Example
Text Example
White with #64A2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A2F7; }
p { color: rgb(100,162,247); }
H1.HeaderClassName
{
color: #64A2F7;
}
.AnyTagClassName
{
color: #64A2F7;
}
</style>
background-color css
<style>
a { background-color: #64A2F7; }
a { background-color: rgb(100,162,247); }
div.DivClassName
{
background-color: #64A2F7;
}
.BgClassName
{
background-color: #64A2F7;
}
</style>
border-color css
<style>
span { border-color: #64A2F7; }
span { border-color: rgb(100,162,247); }
td.TdClassName
{
border-color: #64A2F7;
}
.TagClassName
{
border-color: #64A2F7;
}
</style>