Shades of Cornflower Blue #649BFB
Tints of Cornflower Blue #649BFB
RGB
CMYK
RGB Variations
Color information
#649BFB (or 0x649BFB) is known color: Cornflower Blue. HEX triplet: 64, 9B and FB. RGB value is (100,155,251). Sum of RGB (Red+Green+Blue) = 100+155+251=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #649BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BFB is #9B6404. Grayscale: #959595. Windows color (decimal): -10183685 or 16489316. OLE color: 16489316.
HSL color Cylindrical-coordinate representation of color #649BFB: hue angle of 218.15º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649BFB is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 155 | 251 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.02 |
| HSL | 218.15º | 0.95% | 0.69% | - |
| HSV(B) | 218.15º | 0.6% | 0.98% | - |
| XYZ | 34.39 | 33.12 | 95.85 | - |
| YUV | 149.5 | 185.28 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 251 | 0.60 | 0.38 | 0 | 0.02 | 218.15 | 0.95 | 0.69 |
| Hex | 64 | 9B | FB | 3C | 26 | 0 | 2 | DA | 5F | 45 |
| Octal | 144 | 233 | 373 | 74 | 46 | 0 | 2 | 332 | 137 | 105 |
| Binary | 1100100 | 10011011 | 11111011 | 111100 | 100110 | 0 | 10 | 11011010 | 1011111 | 1000101 |
Color Harmonies of #649BFB
Complementary color
Monochromatic Colors of #649BFB
Black with #649BFB
Text Example
Text Example
White with #649BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BFB; }
p { color: rgb(100,155,251); }
H1.HeaderClassName
{
color: #649BFB;
}
.AnyTagClassName
{
color: #649BFB;
}
</style>
background-color css
<style>
a { background-color: #649BFB; }
a { background-color: rgb(100,155,251); }
div.DivClassName
{
background-color: #649BFB;
}
.BgClassName
{
background-color: #649BFB;
}
</style>
border-color css
<style>
span { border-color: #649BFB; }
span { border-color: rgb(100,155,251); }
td.TdClassName
{
border-color: #649BFB;
}
.TagClassName
{
border-color: #649BFB;
}
</style>