Shades of Cornflower Blue #647EDC
Tints of Cornflower Blue #647EDC
RGB
CMYK
RGB Variations
Color information
#647EDC (or 0x647EDC) is known color: Cornflower Blue. HEX triplet: 64, 7E and DC. RGB value is (100,126,220). Sum of RGB (Red+Green+Blue) = 100+126+220=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #647EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EDC is #9B8123. Grayscale: #808080. Windows color (decimal): -10191140 or 14450276. OLE color: 14450276.
HSL color Cylindrical-coordinate representation of color #647EDC: hue angle of 227º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #647EDC is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 126 | 220 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.14 |
| HSL | 227º | 0.63% | 0.63% | - |
| HSV(B) | 227º | 0.55% | 0.86% | - |
| XYZ | 25.63 | 22.8 | 70.76 | - |
| YUV | 128.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 220 | 0.55 | 0.43 | 0 | 0.14 | 227 | 0.63 | 0.63 |
| Hex | 64 | 7E | DC | 37 | 2B | 0 | E | E3 | 3F | 3F |
| Octal | 144 | 176 | 334 | 67 | 53 | 0 | 16 | 343 | 77 | 77 |
| Binary | 1100100 | 1111110 | 11011100 | 110111 | 101011 | 0 | 1110 | 11100011 | 111111 | 111111 |
Color Harmonies of #647EDC
Complementary color
Monochromatic Colors of #647EDC
Black with #647EDC
Text Example
Text Example
White with #647EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EDC; }
p { color: rgb(100,126,220); }
H1.HeaderClassName
{
color: #647EDC;
}
.AnyTagClassName
{
color: #647EDC;
}
</style>
background-color css
<style>
a { background-color: #647EDC; }
a { background-color: rgb(100,126,220); }
div.DivClassName
{
background-color: #647EDC;
}
.BgClassName
{
background-color: #647EDC;
}
</style>
border-color css
<style>
span { border-color: #647EDC; }
span { border-color: rgb(100,126,220); }
td.TdClassName
{
border-color: #647EDC;
}
.TagClassName
{
border-color: #647EDC;
}
</style>