Shades of Cornflower Blue #64A0FE
Tints of Cornflower Blue #64A0FE
RGB
CMYK
RGB Variations
Color information
#64A0FE (or 0x64A0FE) is known color: Cornflower Blue. HEX triplet: 64, A0 and FE. RGB value is (100,160,254). Sum of RGB (Red+Green+Blue) = 100+160+254=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #64A0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A0FE is #9B5F01. Grayscale: #989898. Windows color (decimal): -10182402 or 16687204. OLE color: 16687204.
HSL color Cylindrical-coordinate representation of color #64A0FE: hue angle of 216.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64A0FE is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 160 | 254 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.00 |
| HSL | 216.62º | 0.99% | 0.69% | - |
| HSV(B) | 216.62º | 0.61% | 1% | - |
| XYZ | 35.72 | 35.01 | 98.64 | - |
| YUV | 152.78 | 185.12 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 254 | 0.61 | 0.37 | 0 | 0.00 | 216.62 | 0.99 | 0.69 |
| Hex | 64 | A0 | FE | 3D | 25 | 0 | 0 | D9 | 63 | 45 |
| Octal | 144 | 240 | 376 | 75 | 45 | 0 | 0 | 331 | 143 | 105 |
| Binary | 1100100 | 10100000 | 11111110 | 111101 | 100101 | 0 | 0 | 11011001 | 1100011 | 1000101 |
Color Harmonies of #64A0FE
Complementary color
Monochromatic Colors of #64A0FE
Black with #64A0FE
Text Example
Text Example
White with #64A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A0FE; }
p { color: rgb(100,160,254); }
H1.HeaderClassName
{
color: #64A0FE;
}
.AnyTagClassName
{
color: #64A0FE;
}
</style>
background-color css
<style>
a { background-color: #64A0FE; }
a { background-color: rgb(100,160,254); }
div.DivClassName
{
background-color: #64A0FE;
}
.BgClassName
{
background-color: #64A0FE;
}
</style>
border-color css
<style>
span { border-color: #64A0FE; }
span { border-color: rgb(100,160,254); }
td.TdClassName
{
border-color: #64A0FE;
}
.TagClassName
{
border-color: #64A0FE;
}
</style>