Shades of Cornflower Blue #647DDF
Tints of Cornflower Blue #647DDF
RGB
CMYK
RGB Variations
Color information
#647DDF (or 0x647DDF) is known color: Cornflower Blue. HEX triplet: 64, 7D and DF. RGB value is (100,125,223). Sum of RGB (Red+Green+Blue) = 100+125+223=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #647DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DDF is #9B8220. Grayscale: #808080. Windows color (decimal): -10191393 or 14646628. OLE color: 14646628.
HSL color Cylindrical-coordinate representation of color #647DDF: hue angle of 227.8º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #647DDF is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 125 | 223 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.13 |
| HSL | 227.8º | 0.66% | 0.63% | - |
| HSV(B) | 227.8º | 0.55% | 0.87% | - |
| XYZ | 25.91 | 22.7 | 72.83 | - |
| YUV | 128.7 | 181.22 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 223 | 0.55 | 0.44 | 0 | 0.13 | 227.8 | 0.66 | 0.63 |
| Hex | 64 | 7D | DF | 37 | 2C | 0 | D | E4 | 42 | 3F |
| Octal | 144 | 175 | 337 | 67 | 54 | 0 | 15 | 344 | 102 | 77 |
| Binary | 1100100 | 1111101 | 11011111 | 110111 | 101100 | 0 | 1101 | 11100100 | 1000010 | 111111 |
Color Harmonies of #647DDF
Complementary color
Monochromatic Colors of #647DDF
Black with #647DDF
Text Example
Text Example
White with #647DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DDF; }
p { color: rgb(100,125,223); }
H1.HeaderClassName
{
color: #647DDF;
}
.AnyTagClassName
{
color: #647DDF;
}
</style>
background-color css
<style>
a { background-color: #647DDF; }
a { background-color: rgb(100,125,223); }
div.DivClassName
{
background-color: #647DDF;
}
.BgClassName
{
background-color: #647DDF;
}
</style>
border-color css
<style>
span { border-color: #647DDF; }
span { border-color: rgb(100,125,223); }
td.TdClassName
{
border-color: #647DDF;
}
.TagClassName
{
border-color: #647DDF;
}
</style>