Shades of Cornflower Blue #648DFA
Tints of Cornflower Blue #648DFA
RGB
CMYK
RGB Variations
Color information
#648DFA (or 0x648DFA) is known color: Cornflower Blue. HEX triplet: 64, 8D and FA. RGB value is (100,141,250). Sum of RGB (Red+Green+Blue) = 100+141+250=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #648DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DFA is #9B7205. Grayscale: #8C8C8C. Windows color (decimal): -10187270 or 16420196. OLE color: 16420196.
HSL color Cylindrical-coordinate representation of color #648DFA: hue angle of 223.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648DFA is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 141 | 250 | - |
| CMYK | 0.6 | 0.44 | 0 | 0.02 |
| HSL | 223.6º | 0.94% | 0.69% | - |
| HSV(B) | 223.6º | 0.6% | 0.98% | - |
| XYZ | 32.04 | 28.66 | 94.29 | - |
| YUV | 141.17 | 189.42 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 250 | 0.6 | 0.44 | 0 | 0.02 | 223.6 | 0.94 | 0.69 |
| Hex | 64 | 8D | FA | 3C | 2C | 0 | 2 | E0 | 5E | 45 |
| Octal | 144 | 215 | 372 | 74 | 54 | 0 | 2 | 340 | 136 | 105 |
| Binary | 1100100 | 10001101 | 11111010 | 111100 | 101100 | 0 | 10 | 11100000 | 1011110 | 1000101 |
Color Harmonies of #648DFA
Complementary color
Monochromatic Colors of #648DFA
Black with #648DFA
Text Example
Text Example
White with #648DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DFA; }
p { color: rgb(100,141,250); }
H1.HeaderClassName
{
color: #648DFA;
}
.AnyTagClassName
{
color: #648DFA;
}
</style>
background-color css
<style>
a { background-color: #648DFA; }
a { background-color: rgb(100,141,250); }
div.DivClassName
{
background-color: #648DFA;
}
.BgClassName
{
background-color: #648DFA;
}
</style>
border-color css
<style>
span { border-color: #648DFA; }
span { border-color: rgb(100,141,250); }
td.TdClassName
{
border-color: #648DFA;
}
.TagClassName
{
border-color: #648DFA;
}
</style>