Shades of Cornflower Blue #647DF5
Tints of Cornflower Blue #647DF5
RGB
CMYK
RGB Variations
Color information
#647DF5 (or 0x647DF5) is known color: Cornflower Blue. HEX triplet: 64, 7D and F5. RGB value is (100,125,245). Sum of RGB (Red+Green+Blue) = 100+125+245=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #647DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647DF5 is #9B820A. Grayscale: #828282. Windows color (decimal): -10191371 or 16088420. OLE color: 16088420.
HSL color Cylindrical-coordinate representation of color #647DF5: hue angle of 229.66º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #647DF5 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 125 | 245 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.04 |
| HSL | 229.66º | 0.88% | 0.68% | - |
| HSV(B) | 229.66º | 0.59% | 0.96% | - |
| XYZ | 29.07 | 23.97 | 89.48 | - |
| YUV | 131.21 | 192.22 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 245 | 0.59 | 0.49 | 0 | 0.04 | 229.66 | 0.88 | 0.68 |
| Hex | 64 | 7D | F5 | 3B | 31 | 0 | 4 | E6 | 58 | 44 |
| Octal | 144 | 175 | 365 | 73 | 61 | 0 | 4 | 346 | 130 | 104 |
| Binary | 1100100 | 1111101 | 11110101 | 111011 | 110001 | 0 | 100 | 11100110 | 1011000 | 1000100 |
Color Harmonies of #647DF5
Complementary color
Monochromatic Colors of #647DF5
Black with #647DF5
Text Example
Text Example
White with #647DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DF5; }
p { color: rgb(100,125,245); }
H1.HeaderClassName
{
color: #647DF5;
}
.AnyTagClassName
{
color: #647DF5;
}
</style>
background-color css
<style>
a { background-color: #647DF5; }
a { background-color: rgb(100,125,245); }
div.DivClassName
{
background-color: #647DF5;
}
.BgClassName
{
background-color: #647DF5;
}
</style>
border-color css
<style>
span { border-color: #647DF5; }
span { border-color: rgb(100,125,245); }
td.TdClassName
{
border-color: #647DF5;
}
.TagClassName
{
border-color: #647DF5;
}
</style>