Shades of Cornflower Blue #649AFF
Tints of Cornflower Blue #649AFF
RGB
CMYK
RGB Variations
Color information
#649AFF (or 0x649AFF) is known color: Cornflower Blue. HEX triplet: 64, 9A and FF. RGB value is (100,154,255). Sum of RGB (Red+Green+Blue) = 100+154+255=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #649AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649AFF is #9B6500. Grayscale: #949494. Windows color (decimal): -10183937 or 16751204. OLE color: 16751204.
HSL color Cylindrical-coordinate representation of color #649AFF: hue angle of 219.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #649AFF is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 154 | 255 | - |
| CMYK | 0.61 | 0.40 | 0 | 0 |
| HSL | 219.1º | 1% | 0.7% | - |
| HSV(B) | 219.1º | 0.61% | 1% | - |
| XYZ | 34.86 | 33.04 | 99.15 | - |
| YUV | 149.37 | 187.61 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 255 | 0.61 | 0.40 | 0 | 0 | 219.1 | 1 | 0.7 |
| Hex | 64 | 9A | FF | 3D | 28 | 0 | 0 | DB | 64 | 46 |
| Octal | 144 | 232 | 377 | 75 | 50 | 0 | 0 | 333 | 144 | 106 |
| Binary | 1100100 | 10011010 | 11111111 | 111101 | 101000 | 0 | 0 | 11011011 | 1100100 | 1000110 |
Color Harmonies of #649AFF
Complementary color
Monochromatic Colors of #649AFF
Black with #649AFF
Text Example
Text Example
White with #649AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649AFF; }
p { color: rgb(100,154,255); }
H1.HeaderClassName
{
color: #649AFF;
}
.AnyTagClassName
{
color: #649AFF;
}
</style>
background-color css
<style>
a { background-color: #649AFF; }
a { background-color: rgb(100,154,255); }
div.DivClassName
{
background-color: #649AFF;
}
.BgClassName
{
background-color: #649AFF;
}
</style>
border-color css
<style>
span { border-color: #649AFF; }
span { border-color: rgb(100,154,255); }
td.TdClassName
{
border-color: #649AFF;
}
.TagClassName
{
border-color: #649AFF;
}
</style>