Shades of Cornflower Blue #647FDD
Tints of Cornflower Blue #647FDD
RGB
CMYK
RGB Variations
Color information
#647FDD (or 0x647FDD) is known color: Cornflower Blue. HEX triplet: 64, 7F and DD. RGB value is (100,127,221). Sum of RGB (Red+Green+Blue) = 100+127+221=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #647FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FDD is #9B8022. Grayscale: #818181. Windows color (decimal): -10190883 or 14516068. OLE color: 14516068.
HSL color Cylindrical-coordinate representation of color #647FDD: hue angle of 226.61º degrees, saturation: 0.64, 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 #647FDD is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 127 | 221 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.13 |
| HSL | 226.61º | 0.64% | 0.63% | - |
| HSV(B) | 226.61º | 0.55% | 0.87% | - |
| XYZ | 25.9 | 23.11 | 71.5 | - |
| YUV | 129.64 | 179.55 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 221 | 0.55 | 0.43 | 0 | 0.13 | 226.61 | 0.64 | 0.63 |
| Hex | 64 | 7F | DD | 37 | 2B | 0 | D | E3 | 40 | 3F |
| Octal | 144 | 177 | 335 | 67 | 53 | 0 | 15 | 343 | 100 | 77 |
| Binary | 1100100 | 1111111 | 11011101 | 110111 | 101011 | 0 | 1101 | 11100011 | 1000000 | 111111 |
Color Harmonies of #647FDD
Complementary color
Monochromatic Colors of #647FDD
Black with #647FDD
Text Example
Text Example
White with #647FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FDD; }
p { color: rgb(100,127,221); }
H1.HeaderClassName
{
color: #647FDD;
}
.AnyTagClassName
{
color: #647FDD;
}
</style>
background-color css
<style>
a { background-color: #647FDD; }
a { background-color: rgb(100,127,221); }
div.DivClassName
{
background-color: #647FDD;
}
.BgClassName
{
background-color: #647FDD;
}
</style>
border-color css
<style>
span { border-color: #647FDD; }
span { border-color: rgb(100,127,221); }
td.TdClassName
{
border-color: #647FDD;
}
.TagClassName
{
border-color: #647FDD;
}
</style>