Shades of Cornflower Blue #649AF3
Tints of Cornflower Blue #649AF3
RGB
CMYK
RGB Variations
Color information
#649AF3 (or 0x649AF3) is known color: Cornflower Blue. HEX triplet: 64, 9A and F3. RGB value is (100,154,243). Sum of RGB (Red+Green+Blue) = 100+154+243=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #649AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649AF3 is #9B650C. Grayscale: #939393. Windows color (decimal): -10183949 or 15964772. OLE color: 15964772.
HSL color Cylindrical-coordinate representation of color #649AF3: hue angle of 217.34º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #649AF3 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 154 | 243 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.05 |
| HSL | 217.34º | 0.86% | 0.67% | - |
| HSV(B) | 217.34º | 0.59% | 0.95% | - |
| XYZ | 32.99 | 32.29 | 89.29 | - |
| YUV | 148 | 181.61 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 243 | 0.59 | 0.37 | 0 | 0.05 | 217.34 | 0.86 | 0.67 |
| Hex | 64 | 9A | F3 | 3B | 25 | 0 | 5 | D9 | 56 | 43 |
| Octal | 144 | 232 | 363 | 73 | 45 | 0 | 5 | 331 | 126 | 103 |
| Binary | 1100100 | 10011010 | 11110011 | 111011 | 100101 | 0 | 101 | 11011001 | 1010110 | 1000011 |
Color Harmonies of #649AF3
Complementary color
Monochromatic Colors of #649AF3
Black with #649AF3
Text Example
Text Example
White with #649AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649AF3; }
p { color: rgb(100,154,243); }
H1.HeaderClassName
{
color: #649AF3;
}
.AnyTagClassName
{
color: #649AF3;
}
</style>
background-color css
<style>
a { background-color: #649AF3; }
a { background-color: rgb(100,154,243); }
div.DivClassName
{
background-color: #649AF3;
}
.BgClassName
{
background-color: #649AF3;
}
</style>
border-color css
<style>
span { border-color: #649AF3; }
span { border-color: rgb(100,154,243); }
td.TdClassName
{
border-color: #649AF3;
}
.TagClassName
{
border-color: #649AF3;
}
</style>