Shades of Cornflower Blue #649AFB
Tints of Cornflower Blue #649AFB
RGB
CMYK
RGB Variations
Color information
#649AFB (or 0x649AFB) is known color: Cornflower Blue. HEX triplet: 64, 9A and FB. RGB value is (100,154,251). Sum of RGB (Red+Green+Blue) = 100+154+251=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #649AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649AFB is #9B6504. Grayscale: #949494. Windows color (decimal): -10183941 or 16489060. OLE color: 16489060.
HSL color Cylindrical-coordinate representation of color #649AFB: hue angle of 218.54º 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 #649AFB is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 154 | 251 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.02 |
| HSL | 218.54º | 0.95% | 0.69% | - |
| HSV(B) | 218.54º | 0.6% | 0.98% | - |
| XYZ | 34.22 | 32.79 | 95.79 | - |
| YUV | 148.91 | 185.61 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 251 | 0.60 | 0.39 | 0 | 0.02 | 218.54 | 0.95 | 0.69 |
| Hex | 64 | 9A | FB | 3C | 27 | 0 | 2 | DB | 5F | 45 |
| Octal | 144 | 232 | 373 | 74 | 47 | 0 | 2 | 333 | 137 | 105 |
| Binary | 1100100 | 10011010 | 11111011 | 111100 | 100111 | 0 | 10 | 11011011 | 1011111 | 1000101 |
Color Harmonies of #649AFB
Complementary color
Monochromatic Colors of #649AFB
Black with #649AFB
Text Example
Text Example
White with #649AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649AFB; }
p { color: rgb(100,154,251); }
H1.HeaderClassName
{
color: #649AFB;
}
.AnyTagClassName
{
color: #649AFB;
}
</style>
background-color css
<style>
a { background-color: #649AFB; }
a { background-color: rgb(100,154,251); }
div.DivClassName
{
background-color: #649AFB;
}
.BgClassName
{
background-color: #649AFB;
}
</style>
border-color css
<style>
span { border-color: #649AFB; }
span { border-color: rgb(100,154,251); }
td.TdClassName
{
border-color: #649AFB;
}
.TagClassName
{
border-color: #649AFB;
}
</style>