Shades of Cornflower Blue #647FDF
Tints of Cornflower Blue #647FDF
RGB
CMYK
RGB Variations
Color information
#647FDF (or 0x647FDF) is known color: Cornflower Blue. HEX triplet: 64, 7F and DF. RGB value is (100,127,223). Sum of RGB (Red+Green+Blue) = 100+127+223=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #647FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FDF is #9B8020. Grayscale: #818181. Windows color (decimal): -10190881 or 14647140. OLE color: 14647140.
HSL color Cylindrical-coordinate representation of color #647FDF: hue angle of 226.83º 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 #647FDF is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 127 | 223 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.13 |
| HSL | 226.83º | 0.66% | 0.63% | - |
| HSV(B) | 226.83º | 0.55% | 0.87% | - |
| XYZ | 26.16 | 23.22 | 72.91 | - |
| YUV | 129.87 | 180.55 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 223 | 0.55 | 0.43 | 0 | 0.13 | 226.83 | 0.66 | 0.63 |
| Hex | 64 | 7F | DF | 37 | 2B | 0 | D | E3 | 42 | 3F |
| Octal | 144 | 177 | 337 | 67 | 53 | 0 | 15 | 343 | 102 | 77 |
| Binary | 1100100 | 1111111 | 11011111 | 110111 | 101011 | 0 | 1101 | 11100011 | 1000010 | 111111 |
Color Harmonies of #647FDF
Complementary color
Monochromatic Colors of #647FDF
Black with #647FDF
Text Example
Text Example
White with #647FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FDF; }
p { color: rgb(100,127,223); }
H1.HeaderClassName
{
color: #647FDF;
}
.AnyTagClassName
{
color: #647FDF;
}
</style>
background-color css
<style>
a { background-color: #647FDF; }
a { background-color: rgb(100,127,223); }
div.DivClassName
{
background-color: #647FDF;
}
.BgClassName
{
background-color: #647FDF;
}
</style>
border-color css
<style>
span { border-color: #647FDF; }
span { border-color: rgb(100,127,223); }
td.TdClassName
{
border-color: #647FDF;
}
.TagClassName
{
border-color: #647FDF;
}
</style>