Shades of Cornflower Blue #649AF7
Tints of Cornflower Blue #649AF7
RGB
CMYK
RGB Variations
Color information
#649AF7 (or 0x649AF7) is known color: Cornflower Blue. HEX triplet: 64, 9A and F7. RGB value is (100,154,247). Sum of RGB (Red+Green+Blue) = 100+154+247=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #649AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649AF7 is #9B6508. Grayscale: #949494. Windows color (decimal): -10183945 or 16226916. OLE color: 16226916.
HSL color Cylindrical-coordinate representation of color #649AF7: hue angle of 217.96º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649AF7 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 154 | 247 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.03 |
| HSL | 217.96º | 0.9% | 0.68% | - |
| HSV(B) | 217.96º | 0.6% | 0.97% | - |
| XYZ | 33.6 | 32.54 | 92.5 | - |
| YUV | 148.46 | 183.61 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 247 | 0.60 | 0.38 | 0 | 0.03 | 217.96 | 0.9 | 0.68 |
| Hex | 64 | 9A | F7 | 3C | 26 | 0 | 3 | DA | 5A | 44 |
| Octal | 144 | 232 | 367 | 74 | 46 | 0 | 3 | 332 | 132 | 104 |
| Binary | 1100100 | 10011010 | 11110111 | 111100 | 100110 | 0 | 11 | 11011010 | 1011010 | 1000100 |
Color Harmonies of #649AF7
Complementary color
Monochromatic Colors of #649AF7
Black with #649AF7
Text Example
Text Example
White with #649AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649AF7; }
p { color: rgb(100,154,247); }
H1.HeaderClassName
{
color: #649AF7;
}
.AnyTagClassName
{
color: #649AF7;
}
</style>
background-color css
<style>
a { background-color: #649AF7; }
a { background-color: rgb(100,154,247); }
div.DivClassName
{
background-color: #649AF7;
}
.BgClassName
{
background-color: #649AF7;
}
</style>
border-color css
<style>
span { border-color: #649AF7; }
span { border-color: rgb(100,154,247); }
td.TdClassName
{
border-color: #649AF7;
}
.TagClassName
{
border-color: #649AF7;
}
</style>