Shades of Cornflower Blue #6490FB
Tints of Cornflower Blue #6490FB
RGB
CMYK
RGB Variations
Color information
#6490FB (or 0x6490FB) is known color: Cornflower Blue. HEX triplet: 64, 90 and FB. RGB value is (100,144,251). Sum of RGB (Red+Green+Blue) = 100+144+251=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #6490FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6490FB is #9B6F04. Grayscale: #8E8E8E. Windows color (decimal): -10186501 or 16486500. OLE color: 16486500.
HSL color Cylindrical-coordinate representation of color #6490FB: hue angle of 222.52º 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 #6490FB is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 144 | 251 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.02 |
| HSL | 222.52º | 0.95% | 0.69% | - |
| HSV(B) | 222.52º | 0.6% | 0.98% | - |
| XYZ | 32.64 | 29.62 | 95.26 | - |
| YUV | 143.04 | 188.92 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 251 | 0.60 | 0.43 | 0 | 0.02 | 222.52 | 0.95 | 0.69 |
| Hex | 64 | 90 | FB | 3C | 2B | 0 | 2 | DF | 5F | 45 |
| Octal | 144 | 220 | 373 | 74 | 53 | 0 | 2 | 337 | 137 | 105 |
| Binary | 1100100 | 10010000 | 11111011 | 111100 | 101011 | 0 | 10 | 11011111 | 1011111 | 1000101 |
Color Harmonies of #6490FB
Complementary color
Monochromatic Colors of #6490FB
Black with #6490FB
Text Example
Text Example
White with #6490FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6490FB; }
p { color: rgb(100,144,251); }
H1.HeaderClassName
{
color: #6490FB;
}
.AnyTagClassName
{
color: #6490FB;
}
</style>
background-color css
<style>
a { background-color: #6490FB; }
a { background-color: rgb(100,144,251); }
div.DivClassName
{
background-color: #6490FB;
}
.BgClassName
{
background-color: #6490FB;
}
</style>
border-color css
<style>
span { border-color: #6490FB; }
span { border-color: rgb(100,144,251); }
td.TdClassName
{
border-color: #6490FB;
}
.TagClassName
{
border-color: #6490FB;
}
</style>