Shades of Cornflower Blue #647EF0
Tints of Cornflower Blue #647EF0
RGB
CMYK
RGB Variations
Color information
#647EF0 (or 0x647EF0) is known color: Cornflower Blue. HEX triplet: 64, 7E and F0. RGB value is (100,126,240). Sum of RGB (Red+Green+Blue) = 100+126+240=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #647EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647EF0 is #9B810F. Grayscale: #828282. Windows color (decimal): -10191120 or 15760996. OLE color: 15760996.
HSL color Cylindrical-coordinate representation of color #647EF0: hue angle of 228.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #647EF0 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 126 | 240 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.06 |
| HSL | 228.86º | 0.82% | 0.67% | - |
| HSV(B) | 228.86º | 0.58% | 0.94% | - |
| XYZ | 28.44 | 23.92 | 85.56 | - |
| YUV | 131.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 240 | 0.58 | 0.48 | 0 | 0.06 | 228.86 | 0.82 | 0.67 |
| Hex | 64 | 7E | F0 | 3A | 30 | 0 | 6 | E5 | 52 | 43 |
| Octal | 144 | 176 | 360 | 72 | 60 | 0 | 6 | 345 | 122 | 103 |
| Binary | 1100100 | 1111110 | 11110000 | 111010 | 110000 | 0 | 110 | 11100101 | 1010010 | 1000011 |
Color Harmonies of #647EF0
Complementary color
Monochromatic Colors of #647EF0
Black with #647EF0
Text Example
Text Example
White with #647EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EF0; }
p { color: rgb(100,126,240); }
H1.HeaderClassName
{
color: #647EF0;
}
.AnyTagClassName
{
color: #647EF0;
}
</style>
background-color css
<style>
a { background-color: #647EF0; }
a { background-color: rgb(100,126,240); }
div.DivClassName
{
background-color: #647EF0;
}
.BgClassName
{
background-color: #647EF0;
}
</style>
border-color css
<style>
span { border-color: #647EF0; }
span { border-color: rgb(100,126,240); }
td.TdClassName
{
border-color: #647EF0;
}
.TagClassName
{
border-color: #647EF0;
}
</style>