Shades of Cornflower Blue #64A1FE
Tints of Cornflower Blue #64A1FE
RGB
CMYK
RGB Variations
Color information
#64A1FE (or 0x64A1FE) is known color: Cornflower Blue. HEX triplet: 64, A1 and FE. RGB value is (100,161,254). Sum of RGB (Red+Green+Blue) = 100+161+254=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #64A1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A1FE is #9B5E01. Grayscale: #989898. Windows color (decimal): -10182146 or 16687460. OLE color: 16687460.
HSL color Cylindrical-coordinate representation of color #64A1FE: hue angle of 216.23º 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 #64A1FE is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 161 | 254 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.00 |
| HSL | 216.23º | 0.99% | 0.69% | - |
| HSV(B) | 216.23º | 0.61% | 1% | - |
| XYZ | 35.89 | 35.35 | 98.7 | - |
| YUV | 153.36 | 184.79 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 254 | 0.61 | 0.37 | 0 | 0.00 | 216.23 | 0.99 | 0.69 |
| Hex | 64 | A1 | FE | 3D | 25 | 0 | 0 | D8 | 63 | 45 |
| Octal | 144 | 241 | 376 | 75 | 45 | 0 | 0 | 330 | 143 | 105 |
| Binary | 1100100 | 10100001 | 11111110 | 111101 | 100101 | 0 | 0 | 11011000 | 1100011 | 1000101 |
Color Harmonies of #64A1FE
Complementary color
Monochromatic Colors of #64A1FE
Black with #64A1FE
Text Example
Text Example
White with #64A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A1FE; }
p { color: rgb(100,161,254); }
H1.HeaderClassName
{
color: #64A1FE;
}
.AnyTagClassName
{
color: #64A1FE;
}
</style>
background-color css
<style>
a { background-color: #64A1FE; }
a { background-color: rgb(100,161,254); }
div.DivClassName
{
background-color: #64A1FE;
}
.BgClassName
{
background-color: #64A1FE;
}
</style>
border-color css
<style>
span { border-color: #64A1FE; }
span { border-color: rgb(100,161,254); }
td.TdClassName
{
border-color: #64A1FE;
}
.TagClassName
{
border-color: #64A1FE;
}
</style>