Shades of Cornflower Blue #649CDF
Tints of Cornflower Blue #649CDF
RGB
CMYK
RGB Variations
Color information
#649CDF (or 0x649CDF) is known color: Cornflower Blue. HEX triplet: 64, 9C and DF. RGB value is (100,156,223). Sum of RGB (Red+Green+Blue) = 100+156+223=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #649CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CDF is #9B6320. Grayscale: #929292. Windows color (decimal): -10183457 or 14654564. OLE color: 14654564.
HSL color Cylindrical-coordinate representation of color #649CDF: hue angle of 212.68º 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 #649CDF is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 156 | 223 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.13 |
| HSL | 212.68º | 0.66% | 0.63% | - |
| HSV(B) | 212.68º | 0.55% | 0.87% | - |
| XYZ | 30.46 | 31.81 | 74.35 | - |
| YUV | 146.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 223 | 0.55 | 0.30 | 0 | 0.13 | 212.68 | 0.66 | 0.63 |
| Hex | 64 | 9C | DF | 37 | 1E | 0 | D | D5 | 42 | 3F |
| Octal | 144 | 234 | 337 | 67 | 36 | 0 | 15 | 325 | 102 | 77 |
| Binary | 1100100 | 10011100 | 11011111 | 110111 | 11110 | 0 | 1101 | 11010101 | 1000010 | 111111 |
Color Harmonies of #649CDF
Complementary color
Monochromatic Colors of #649CDF
Black with #649CDF
Text Example
Text Example
White with #649CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CDF; }
p { color: rgb(100,156,223); }
H1.HeaderClassName
{
color: #649CDF;
}
.AnyTagClassName
{
color: #649CDF;
}
</style>
background-color css
<style>
a { background-color: #649CDF; }
a { background-color: rgb(100,156,223); }
div.DivClassName
{
background-color: #649CDF;
}
.BgClassName
{
background-color: #649CDF;
}
</style>
border-color css
<style>
span { border-color: #649CDF; }
span { border-color: rgb(100,156,223); }
td.TdClassName
{
border-color: #649CDF;
}
.TagClassName
{
border-color: #649CDF;
}
</style>