Shades of Cornflower Blue #647CE1
Tints of Cornflower Blue #647CE1
RGB
CMYK
RGB Variations
Color information
#647CE1 (or 0x647CE1) is known color: Cornflower Blue. HEX triplet: 64, 7C and E1. RGB value is (100,124,225). Sum of RGB (Red+Green+Blue) = 100+124+225=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #647CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CE1 is #9B831E. Grayscale: #7F7F7F. Windows color (decimal): -10191647 or 14777444. OLE color: 14777444.
HSL color Cylindrical-coordinate representation of color #647CE1: hue angle of 228.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #647CE1 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 124 | 225 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.12 |
| HSL | 228.48º | 0.68% | 0.64% | - |
| HSV(B) | 228.48º | 0.56% | 0.88% | - |
| XYZ | 26.05 | 22.56 | 74.22 | - |
| YUV | 128.34 | 182.55 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 225 | 0.56 | 0.45 | 0 | 0.12 | 228.48 | 0.68 | 0.64 |
| Hex | 64 | 7C | E1 | 38 | 2D | 0 | C | E4 | 44 | 40 |
| Octal | 144 | 174 | 341 | 70 | 55 | 0 | 14 | 344 | 104 | 100 |
| Binary | 1100100 | 1111100 | 11100001 | 111000 | 101101 | 0 | 1100 | 11100100 | 1000100 | 1000000 |
Color Harmonies of #647CE1
Complementary color
Monochromatic Colors of #647CE1
Black with #647CE1
Text Example
Text Example
White with #647CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CE1; }
p { color: rgb(100,124,225); }
H1.HeaderClassName
{
color: #647CE1;
}
.AnyTagClassName
{
color: #647CE1;
}
</style>
background-color css
<style>
a { background-color: #647CE1; }
a { background-color: rgb(100,124,225); }
div.DivClassName
{
background-color: #647CE1;
}
.BgClassName
{
background-color: #647CE1;
}
</style>
border-color css
<style>
span { border-color: #647CE1; }
span { border-color: rgb(100,124,225); }
td.TdClassName
{
border-color: #647CE1;
}
.TagClassName
{
border-color: #647CE1;
}
</style>