Shades of Cornflower Blue #6390FB
Tints of Cornflower Blue #6390FB
RGB
CMYK
RGB Variations
Color information
#6390FB (or 0x6390FB) is known color: Cornflower Blue. HEX triplet: 63, 90 and FB. RGB value is (99,144,251). Sum of RGB (Red+Green+Blue) = 99+144+251=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #6390FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6390FB is #9C6F04. Grayscale: #8E8E8E. Windows color (decimal): -10252037 or 16486499. OLE color: 16486499.
HSL color Cylindrical-coordinate representation of color #6390FB: hue angle of 222.24º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6390FB is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 144 | 251 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.02 |
| HSL | 222.24º | 0.95% | 0.69% | - |
| HSV(B) | 222.24º | 0.61% | 0.98% | - |
| XYZ | 32.53 | 29.56 | 95.26 | - |
| YUV | 142.74 | 189.09 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 251 | 0.61 | 0.43 | 0 | 0.02 | 222.24 | 0.95 | 0.69 |
| Hex | 63 | 90 | FB | 3D | 2B | 0 | 2 | DE | 5F | 45 |
| Octal | 143 | 220 | 373 | 75 | 53 | 0 | 2 | 336 | 137 | 105 |
| Binary | 1100011 | 10010000 | 11111011 | 111101 | 101011 | 0 | 10 | 11011110 | 1011111 | 1000101 |
Color Harmonies of #6390FB
Complementary color
Monochromatic Colors of #6390FB
Black with #6390FB
Text Example
Text Example
White with #6390FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6390FB; }
p { color: rgb(99,144,251); }
H1.HeaderClassName
{
color: #6390FB;
}
.AnyTagClassName
{
color: #6390FB;
}
</style>
background-color css
<style>
a { background-color: #6390FB; }
a { background-color: rgb(99,144,251); }
div.DivClassName
{
background-color: #6390FB;
}
.BgClassName
{
background-color: #6390FB;
}
</style>
border-color css
<style>
span { border-color: #6390FB; }
span { border-color: rgb(99,144,251); }
td.TdClassName
{
border-color: #6390FB;
}
.TagClassName
{
border-color: #6390FB;
}
</style>