Shades of Cornflower Blue #649FFE
Tints of Cornflower Blue #649FFE
RGB
CMYK
RGB Variations
Color information
#649FFE (or 0x649FFE) is known color: Cornflower Blue. HEX triplet: 64, 9F and FE. RGB value is (100,159,254). Sum of RGB (Red+Green+Blue) = 100+159+254=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #649FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FFE is #9B6001. Grayscale: #979797. Windows color (decimal): -10182658 or 16686948. OLE color: 16686948.
HSL color Cylindrical-coordinate representation of color #649FFE: hue angle of 217.01º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #649FFE is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 159 | 254 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.00 |
| HSL | 217.01º | 0.99% | 0.69% | - |
| HSV(B) | 217.01º | 0.61% | 1% | - |
| XYZ | 35.54 | 34.66 | 98.58 | - |
| YUV | 152.19 | 185.45 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 254 | 0.61 | 0.37 | 0 | 0.00 | 217.01 | 0.99 | 0.69 |
| Hex | 64 | 9F | FE | 3D | 25 | 0 | 0 | D9 | 63 | 45 |
| Octal | 144 | 237 | 376 | 75 | 45 | 0 | 0 | 331 | 143 | 105 |
| Binary | 1100100 | 10011111 | 11111110 | 111101 | 100101 | 0 | 0 | 11011001 | 1100011 | 1000101 |
Color Harmonies of #649FFE
Complementary color
Monochromatic Colors of #649FFE
Black with #649FFE
Text Example
Text Example
White with #649FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FFE; }
p { color: rgb(100,159,254); }
H1.HeaderClassName
{
color: #649FFE;
}
.AnyTagClassName
{
color: #649FFE;
}
</style>
background-color css
<style>
a { background-color: #649FFE; }
a { background-color: rgb(100,159,254); }
div.DivClassName
{
background-color: #649FFE;
}
.BgClassName
{
background-color: #649FFE;
}
</style>
border-color css
<style>
span { border-color: #649FFE; }
span { border-color: rgb(100,159,254); }
td.TdClassName
{
border-color: #649FFE;
}
.TagClassName
{
border-color: #649FFE;
}
</style>