Shades of Cornflower Blue #649BDD
Tints of Cornflower Blue #649BDD
RGB
CMYK
RGB Variations
Color information
#649BDD (or 0x649BDD) is known color: Cornflower Blue. HEX triplet: 64, 9B and DD. RGB value is (100,155,221). Sum of RGB (Red+Green+Blue) = 100+155+221=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #649BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BDD is #9B6422. Grayscale: #919191. Windows color (decimal): -10183715 or 14523236. OLE color: 14523236.
HSL color Cylindrical-coordinate representation of color #649BDD: hue angle of 212.73º 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 #649BDD is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 155 | 221 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.13 |
| HSL | 212.73º | 0.64% | 0.63% | - |
| HSV(B) | 212.73º | 0.55% | 0.87% | - |
| XYZ | 30.03 | 31.37 | 72.88 | - |
| YUV | 146.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 221 | 0.55 | 0.30 | 0 | 0.13 | 212.73 | 0.64 | 0.63 |
| Hex | 64 | 9B | DD | 37 | 1E | 0 | D | D5 | 40 | 3F |
| Octal | 144 | 233 | 335 | 67 | 36 | 0 | 15 | 325 | 100 | 77 |
| Binary | 1100100 | 10011011 | 11011101 | 110111 | 11110 | 0 | 1101 | 11010101 | 1000000 | 111111 |
Color Harmonies of #649BDD
Complementary color
Monochromatic Colors of #649BDD
Black with #649BDD
Text Example
Text Example
White with #649BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BDD; }
p { color: rgb(100,155,221); }
H1.HeaderClassName
{
color: #649BDD;
}
.AnyTagClassName
{
color: #649BDD;
}
</style>
background-color css
<style>
a { background-color: #649BDD; }
a { background-color: rgb(100,155,221); }
div.DivClassName
{
background-color: #649BDD;
}
.BgClassName
{
background-color: #649BDD;
}
</style>
border-color css
<style>
span { border-color: #649BDD; }
span { border-color: rgb(100,155,221); }
td.TdClassName
{
border-color: #649BDD;
}
.TagClassName
{
border-color: #649BDD;
}
</style>