Shades of Cornflower Blue #647EFF
Tints of Cornflower Blue #647EFF
RGB
CMYK
RGB Variations
Color information
#647EFF (or 0x647EFF) is known color: Cornflower Blue. HEX triplet: 64, 7E and FF. RGB value is (100,126,255). Sum of RGB (Red+Green+Blue) = 100+126+255=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #647EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647EFF is #9B8100. Grayscale: #848484. Windows color (decimal): -10191105 or 16744036. OLE color: 16744036.
HSL color Cylindrical-coordinate representation of color #647EFF: hue angle of 229.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #647EFF is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 126 | 255 | - |
| CMYK | 0.61 | 0.51 | 0 | 0 |
| HSL | 229.94º | 1% | 0.7% | - |
| HSV(B) | 229.94º | 0.61% | 1% | - |
| XYZ | 30.77 | 24.85 | 97.78 | - |
| YUV | 132.93 | 196.89 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 255 | 0.61 | 0.51 | 0 | 0 | 229.94 | 1 | 0.7 |
| Hex | 64 | 7E | FF | 3D | 33 | 0 | 0 | E6 | 64 | 46 |
| Octal | 144 | 176 | 377 | 75 | 63 | 0 | 0 | 346 | 144 | 106 |
| Binary | 1100100 | 1111110 | 11111111 | 111101 | 110011 | 0 | 0 | 11100110 | 1100100 | 1000110 |
Color Harmonies of #647EFF
Complementary color
Monochromatic Colors of #647EFF
Black with #647EFF
Text Example
Text Example
White with #647EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EFF; }
p { color: rgb(100,126,255); }
H1.HeaderClassName
{
color: #647EFF;
}
.AnyTagClassName
{
color: #647EFF;
}
</style>
background-color css
<style>
a { background-color: #647EFF; }
a { background-color: rgb(100,126,255); }
div.DivClassName
{
background-color: #647EFF;
}
.BgClassName
{
background-color: #647EFF;
}
</style>
border-color css
<style>
span { border-color: #647EFF; }
span { border-color: rgb(100,126,255); }
td.TdClassName
{
border-color: #647EFF;
}
.TagClassName
{
border-color: #647EFF;
}
</style>