Shades of Cornflower Blue #647CDC
Tints of Cornflower Blue #647CDC
RGB
CMYK
RGB Variations
Color information
#647CDC (or 0x647CDC) is known color: Cornflower Blue. HEX triplet: 64, 7C and DC. RGB value is (100,124,220). Sum of RGB (Red+Green+Blue) = 100+124+220=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #647CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CDC is #9B8323. Grayscale: #7F7F7F. Windows color (decimal): -10191652 or 14449764. OLE color: 14449764.
HSL color Cylindrical-coordinate representation of color #647CDC: hue angle of 228º 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 #647CDC is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 124 | 220 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.14 |
| HSL | 228º | 0.63% | 0.63% | - |
| HSV(B) | 228º | 0.55% | 0.86% | - |
| XYZ | 25.38 | 22.29 | 70.68 | - |
| YUV | 127.77 | 180.05 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 220 | 0.55 | 0.44 | 0 | 0.14 | 228 | 0.63 | 0.63 |
| Hex | 64 | 7C | DC | 37 | 2C | 0 | E | E4 | 3F | 3F |
| Octal | 144 | 174 | 334 | 67 | 54 | 0 | 16 | 344 | 77 | 77 |
| Binary | 1100100 | 1111100 | 11011100 | 110111 | 101100 | 0 | 1110 | 11100100 | 111111 | 111111 |
Color Harmonies of #647CDC
Complementary color
Monochromatic Colors of #647CDC
Black with #647CDC
Text Example
Text Example
White with #647CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CDC; }
p { color: rgb(100,124,220); }
H1.HeaderClassName
{
color: #647CDC;
}
.AnyTagClassName
{
color: #647CDC;
}
</style>
background-color css
<style>
a { background-color: #647CDC; }
a { background-color: rgb(100,124,220); }
div.DivClassName
{
background-color: #647CDC;
}
.BgClassName
{
background-color: #647CDC;
}
</style>
border-color css
<style>
span { border-color: #647CDC; }
span { border-color: rgb(100,124,220); }
td.TdClassName
{
border-color: #647CDC;
}
.TagClassName
{
border-color: #647CDC;
}
</style>