Shades of Cornflower Blue #647FEC
Tints of Cornflower Blue #647FEC
RGB
CMYK
RGB Variations
Color information
#647FEC (or 0x647FEC) is known color: Cornflower Blue. HEX triplet: 64, 7F and EC. RGB value is (100,127,236). Sum of RGB (Red+Green+Blue) = 100+127+236=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #647FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647FEC is #9B8013. Grayscale: #828282. Windows color (decimal): -10190868 or 15499108. OLE color: 15499108.
HSL color Cylindrical-coordinate representation of color #647FEC: hue angle of 228.09º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #647FEC is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 127 | 236 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.07 |
| HSL | 228.09º | 0.78% | 0.66% | - |
| HSV(B) | 228.09º | 0.58% | 0.93% | - |
| XYZ | 27.99 | 23.94 | 82.5 | - |
| YUV | 131.35 | 187.05 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 236 | 0.58 | 0.46 | 0 | 0.07 | 228.09 | 0.78 | 0.66 |
| Hex | 64 | 7F | EC | 3A | 2E | 0 | 7 | E4 | 4E | 42 |
| Octal | 144 | 177 | 354 | 72 | 56 | 0 | 7 | 344 | 116 | 102 |
| Binary | 1100100 | 1111111 | 11101100 | 111010 | 101110 | 0 | 111 | 11100100 | 1001110 | 1000010 |
Color Harmonies of #647FEC
Complementary color
Monochromatic Colors of #647FEC
Black with #647FEC
Text Example
Text Example
White with #647FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FEC; }
p { color: rgb(100,127,236); }
H1.HeaderClassName
{
color: #647FEC;
}
.AnyTagClassName
{
color: #647FEC;
}
</style>
background-color css
<style>
a { background-color: #647FEC; }
a { background-color: rgb(100,127,236); }
div.DivClassName
{
background-color: #647FEC;
}
.BgClassName
{
background-color: #647FEC;
}
</style>
border-color css
<style>
span { border-color: #647FEC; }
span { border-color: rgb(100,127,236); }
td.TdClassName
{
border-color: #647FEC;
}
.TagClassName
{
border-color: #647FEC;
}
</style>