Shades of Cornflower Blue #647BDD
Tints of Cornflower Blue #647BDD
RGB
CMYK
RGB Variations
Color information
#647BDD (or 0x647BDD) is known color: Cornflower Blue. HEX triplet: 64, 7B and DD. RGB value is (100,123,221). Sum of RGB (Red+Green+Blue) = 100+123+221=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #647BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BDD is #9B8422. Grayscale: #7E7E7E. Windows color (decimal): -10191907 or 14515044. OLE color: 14515044.
HSL color Cylindrical-coordinate representation of color #647BDD: hue angle of 228.6º 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 #647BDD is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 123 | 221 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.13 |
| HSL | 228.6º | 0.64% | 0.63% | - |
| HSV(B) | 228.6º | 0.55% | 0.87% | - |
| XYZ | 25.39 | 22.1 | 71.33 | - |
| YUV | 127.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 221 | 0.55 | 0.44 | 0 | 0.13 | 228.6 | 0.64 | 0.63 |
| Hex | 64 | 7B | DD | 37 | 2C | 0 | D | E5 | 40 | 3F |
| Octal | 144 | 173 | 335 | 67 | 54 | 0 | 15 | 345 | 100 | 77 |
| Binary | 1100100 | 1111011 | 11011101 | 110111 | 101100 | 0 | 1101 | 11100101 | 1000000 | 111111 |
Color Harmonies of #647BDD
Complementary color
Monochromatic Colors of #647BDD
Black with #647BDD
Text Example
Text Example
White with #647BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BDD; }
p { color: rgb(100,123,221); }
H1.HeaderClassName
{
color: #647BDD;
}
.AnyTagClassName
{
color: #647BDD;
}
</style>
background-color css
<style>
a { background-color: #647BDD; }
a { background-color: rgb(100,123,221); }
div.DivClassName
{
background-color: #647BDD;
}
.BgClassName
{
background-color: #647BDD;
}
</style>
border-color css
<style>
span { border-color: #647BDD; }
span { border-color: rgb(100,123,221); }
td.TdClassName
{
border-color: #647BDD;
}
.TagClassName
{
border-color: #647BDD;
}
</style>