Shades of Cornflower Blue #647EDA
Tints of Cornflower Blue #647EDA
RGB
CMYK
RGB Variations
Color information
#647EDA (or 0x647EDA) is known color: Cornflower Blue. HEX triplet: 64, 7E and DA. RGB value is (100,126,218). Sum of RGB (Red+Green+Blue) = 100+126+218=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #647EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EDA is #9B8125. Grayscale: #808080. Windows color (decimal): -10191142 or 14319204. OLE color: 14319204.
HSL color Cylindrical-coordinate representation of color #647EDA: hue angle of 226.78º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #647EDA is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 126 | 218 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.15 |
| HSL | 226.78º | 0.61% | 0.62% | - |
| HSV(B) | 226.78º | 0.54% | 0.85% | - |
| XYZ | 25.37 | 22.69 | 69.37 | - |
| YUV | 128.71 | 178.39 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 218 | 0.54 | 0.42 | 0 | 0.15 | 226.78 | 0.61 | 0.62 |
| Hex | 64 | 7E | DA | 36 | 2A | 0 | F | E3 | 3D | 3E |
| Octal | 144 | 176 | 332 | 66 | 52 | 0 | 17 | 343 | 75 | 76 |
| Binary | 1100100 | 1111110 | 11011010 | 110110 | 101010 | 0 | 1111 | 11100011 | 111101 | 111110 |
Color Harmonies of #647EDA
Complementary color
Monochromatic Colors of #647EDA
Black with #647EDA
Text Example
Text Example
White with #647EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EDA; }
p { color: rgb(100,126,218); }
H1.HeaderClassName
{
color: #647EDA;
}
.AnyTagClassName
{
color: #647EDA;
}
</style>
background-color css
<style>
a { background-color: #647EDA; }
a { background-color: rgb(100,126,218); }
div.DivClassName
{
background-color: #647EDA;
}
.BgClassName
{
background-color: #647EDA;
}
</style>
border-color css
<style>
span { border-color: #647EDA; }
span { border-color: rgb(100,126,218); }
td.TdClassName
{
border-color: #647EDA;
}
.TagClassName
{
border-color: #647EDA;
}
</style>