Shades of Cornflower Blue #647DF0
Tints of Cornflower Blue #647DF0
RGB
CMYK
RGB Variations
Color information
#647DF0 (or 0x647DF0) is known color: Cornflower Blue. HEX triplet: 64, 7D and F0. RGB value is (100,125,240). Sum of RGB (Red+Green+Blue) = 100+125+240=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #647DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647DF0 is #9B820F. Grayscale: #828282. Windows color (decimal): -10191376 or 15760740. OLE color: 15760740.
HSL color Cylindrical-coordinate representation of color #647DF0: hue angle of 229.29º 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 #647DF0 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 125 | 240 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.06 |
| HSL | 229.29º | 0.82% | 0.67% | - |
| HSV(B) | 229.29º | 0.58% | 0.94% | - |
| XYZ | 28.32 | 23.67 | 85.51 | - |
| YUV | 130.64 | 189.72 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 240 | 0.58 | 0.48 | 0 | 0.06 | 229.29 | 0.82 | 0.67 |
| Hex | 64 | 7D | F0 | 3A | 30 | 0 | 6 | E5 | 52 | 43 |
| Octal | 144 | 175 | 360 | 72 | 60 | 0 | 6 | 345 | 122 | 103 |
| Binary | 1100100 | 1111101 | 11110000 | 111010 | 110000 | 0 | 110 | 11100101 | 1010010 | 1000011 |
Color Harmonies of #647DF0
Complementary color
Monochromatic Colors of #647DF0
Black with #647DF0
Text Example
Text Example
White with #647DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DF0; }
p { color: rgb(100,125,240); }
H1.HeaderClassName
{
color: #647DF0;
}
.AnyTagClassName
{
color: #647DF0;
}
</style>
background-color css
<style>
a { background-color: #647DF0; }
a { background-color: rgb(100,125,240); }
div.DivClassName
{
background-color: #647DF0;
}
.BgClassName
{
background-color: #647DF0;
}
</style>
border-color css
<style>
span { border-color: #647DF0; }
span { border-color: rgb(100,125,240); }
td.TdClassName
{
border-color: #647DF0;
}
.TagClassName
{
border-color: #647DF0;
}
</style>