Shades of Cornflower Blue #649BDF
Tints of Cornflower Blue #649BDF
RGB
CMYK
RGB Variations
Color information
#649BDF (or 0x649BDF) is known color: Cornflower Blue. HEX triplet: 64, 9B and DF. RGB value is (100,155,223). Sum of RGB (Red+Green+Blue) = 100+155+223=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #649BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BDF is #9B6420. Grayscale: #919191. Windows color (decimal): -10183713 or 14654308. OLE color: 14654308.
HSL color Cylindrical-coordinate representation of color #649BDF: hue angle of 213.17º 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 #649BDF is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 155 | 223 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.13 |
| HSL | 213.17º | 0.66% | 0.63% | - |
| HSV(B) | 213.17º | 0.55% | 0.87% | - |
| XYZ | 30.3 | 31.48 | 74.29 | - |
| YUV | 146.31 | 171.28 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 223 | 0.55 | 0.30 | 0 | 0.13 | 213.17 | 0.66 | 0.63 |
| Hex | 64 | 9B | DF | 37 | 1E | 0 | D | D5 | 42 | 3F |
| Octal | 144 | 233 | 337 | 67 | 36 | 0 | 15 | 325 | 102 | 77 |
| Binary | 1100100 | 10011011 | 11011111 | 110111 | 11110 | 0 | 1101 | 11010101 | 1000010 | 111111 |
Color Harmonies of #649BDF
Complementary color
Monochromatic Colors of #649BDF
Black with #649BDF
Text Example
Text Example
White with #649BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BDF; }
p { color: rgb(100,155,223); }
H1.HeaderClassName
{
color: #649BDF;
}
.AnyTagClassName
{
color: #649BDF;
}
</style>
background-color css
<style>
a { background-color: #649BDF; }
a { background-color: rgb(100,155,223); }
div.DivClassName
{
background-color: #649BDF;
}
.BgClassName
{
background-color: #649BDF;
}
</style>
border-color css
<style>
span { border-color: #649BDF; }
span { border-color: rgb(100,155,223); }
td.TdClassName
{
border-color: #649BDF;
}
.TagClassName
{
border-color: #649BDF;
}
</style>