Shades of Cornflower Blue #649CF9
Tints of Cornflower Blue #649CF9
RGB
CMYK
RGB Variations
Color information
#649CF9 (or 0x649CF9) is known color: Cornflower Blue. HEX triplet: 64, 9C and F9. RGB value is (100,156,249). Sum of RGB (Red+Green+Blue) = 100+156+249=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #649CF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CF9 is #9B6306. Grayscale: #959595. Windows color (decimal): -10183431 or 16358500. OLE color: 16358500.
HSL color Cylindrical-coordinate representation of color #649CF9: hue angle of 217.45º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649CF9 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 156 | 249 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.02 |
| HSL | 217.45º | 0.93% | 0.68% | - |
| HSV(B) | 217.45º | 0.6% | 0.98% | - |
| XYZ | 34.24 | 33.33 | 94.25 | - |
| YUV | 149.86 | 183.95 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 249 | 0.60 | 0.37 | 0 | 0.02 | 217.45 | 0.93 | 0.68 |
| Hex | 64 | 9C | F9 | 3C | 25 | 0 | 2 | D9 | 5D | 44 |
| Octal | 144 | 234 | 371 | 74 | 45 | 0 | 2 | 331 | 135 | 104 |
| Binary | 1100100 | 10011100 | 11111001 | 111100 | 100101 | 0 | 10 | 11011001 | 1011101 | 1000100 |
Color Harmonies of #649CF9
Complementary color
Monochromatic Colors of #649CF9
Black with #649CF9
Text Example
Text Example
White with #649CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CF9; }
p { color: rgb(100,156,249); }
H1.HeaderClassName
{
color: #649CF9;
}
.AnyTagClassName
{
color: #649CF9;
}
</style>
background-color css
<style>
a { background-color: #649CF9; }
a { background-color: rgb(100,156,249); }
div.DivClassName
{
background-color: #649CF9;
}
.BgClassName
{
background-color: #649CF9;
}
</style>
border-color css
<style>
span { border-color: #649CF9; }
span { border-color: rgb(100,156,249); }
td.TdClassName
{
border-color: #649CF9;
}
.TagClassName
{
border-color: #649CF9;
}
</style>