Shades of Cornflower Blue #647EFA
Tints of Cornflower Blue #647EFA
RGB
CMYK
RGB Variations
Color information
#647EFA (or 0x647EFA) is known color: Cornflower Blue. HEX triplet: 64, 7E and FA. RGB value is (100,126,250). Sum of RGB (Red+Green+Blue) = 100+126+250=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #647EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647EFA is #9B8105. Grayscale: #838383. Windows color (decimal): -10191110 or 16416356. OLE color: 16416356.
HSL color Cylindrical-coordinate representation of color #647EFA: hue angle of 229.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 #647EFA is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 126 | 250 | - |
| CMYK | 0.6 | 0.50 | 0 | 0.02 |
| HSL | 229.6º | 0.94% | 0.69% | - |
| HSV(B) | 229.6º | 0.6% | 0.98% | - |
| XYZ | 29.97 | 24.53 | 93.6 | - |
| YUV | 132.36 | 194.39 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 250 | 0.6 | 0.50 | 0 | 0.02 | 229.6 | 0.94 | 0.69 |
| Hex | 64 | 7E | FA | 3C | 32 | 0 | 2 | E6 | 5E | 45 |
| Octal | 144 | 176 | 372 | 74 | 62 | 0 | 2 | 346 | 136 | 105 |
| Binary | 1100100 | 1111110 | 11111010 | 111100 | 110010 | 0 | 10 | 11100110 | 1011110 | 1000101 |
Color Harmonies of #647EFA
Complementary color
Monochromatic Colors of #647EFA
Black with #647EFA
Text Example
Text Example
White with #647EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EFA; }
p { color: rgb(100,126,250); }
H1.HeaderClassName
{
color: #647EFA;
}
.AnyTagClassName
{
color: #647EFA;
}
</style>
background-color css
<style>
a { background-color: #647EFA; }
a { background-color: rgb(100,126,250); }
div.DivClassName
{
background-color: #647EFA;
}
.BgClassName
{
background-color: #647EFA;
}
</style>
border-color css
<style>
span { border-color: #647EFA; }
span { border-color: rgb(100,126,250); }
td.TdClassName
{
border-color: #647EFA;
}
.TagClassName
{
border-color: #647EFA;
}
</style>