Shades of Cornflower Blue #649BFF
Tints of Cornflower Blue #649BFF
RGB
CMYK
RGB Variations
Color information
#649BFF (or 0x649BFF) is known color: Cornflower Blue. HEX triplet: 64, 9B and FF. RGB value is (100,155,255). Sum of RGB (Red+Green+Blue) = 100+155+255=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #649BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BFF is #9B6400. Grayscale: #959595. Windows color (decimal): -10183681 or 16751460. OLE color: 16751460.
HSL color Cylindrical-coordinate representation of color #649BFF: hue angle of 218.71º 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 #649BFF is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 155 | 255 | - |
| CMYK | 0.61 | 0.39 | 0 | 0 |
| HSL | 218.71º | 1% | 0.7% | - |
| HSV(B) | 218.71º | 0.61% | 1% | - |
| XYZ | 35.03 | 33.37 | 99.2 | - |
| YUV | 149.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 255 | 0.61 | 0.39 | 0 | 0 | 218.71 | 1 | 0.7 |
| Hex | 64 | 9B | FF | 3D | 27 | 0 | 0 | DB | 64 | 46 |
| Octal | 144 | 233 | 377 | 75 | 47 | 0 | 0 | 333 | 144 | 106 |
| Binary | 1100100 | 10011011 | 11111111 | 111101 | 100111 | 0 | 0 | 11011011 | 1100100 | 1000110 |
Color Harmonies of #649BFF
Complementary color
Monochromatic Colors of #649BFF
Black with #649BFF
Text Example
Text Example
White with #649BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BFF; }
p { color: rgb(100,155,255); }
H1.HeaderClassName
{
color: #649BFF;
}
.AnyTagClassName
{
color: #649BFF;
}
</style>
background-color css
<style>
a { background-color: #649BFF; }
a { background-color: rgb(100,155,255); }
div.DivClassName
{
background-color: #649BFF;
}
.BgClassName
{
background-color: #649BFF;
}
</style>
border-color css
<style>
span { border-color: #649BFF; }
span { border-color: rgb(100,155,255); }
td.TdClassName
{
border-color: #649BFF;
}
.TagClassName
{
border-color: #649BFF;
}
</style>