Shades of Cornflower Blue #6394FA
Tints of Cornflower Blue #6394FA
RGB
CMYK
RGB Variations
Color information
#6394FA (or 0x6394FA) is known color: Cornflower Blue. HEX triplet: 63, 94 and FA. RGB value is (99,148,250). Sum of RGB (Red+Green+Blue) = 99+148+250=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #6394FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6394FA is #9C6B05. Grayscale: #909090. Windows color (decimal): -10251014 or 16421987. OLE color: 16421987.
HSL color Cylindrical-coordinate representation of color #6394FA: hue angle of 220.53º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6394FA is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 148 | 250 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.02 |
| HSL | 220.53º | 0.94% | 0.68% | - |
| HSV(B) | 220.53º | 0.6% | 0.98% | - |
| XYZ | 32.99 | 30.73 | 94.64 | - |
| YUV | 144.98 | 187.27 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 250 | 0.60 | 0.41 | 0 | 0.02 | 220.53 | 0.94 | 0.68 |
| Hex | 63 | 94 | FA | 3C | 29 | 0 | 2 | DD | 5E | 44 |
| Octal | 143 | 224 | 372 | 74 | 51 | 0 | 2 | 335 | 136 | 104 |
| Binary | 1100011 | 10010100 | 11111010 | 111100 | 101001 | 0 | 10 | 11011101 | 1011110 | 1000100 |
Color Harmonies of #6394FA
Complementary color
Monochromatic Colors of #6394FA
Black with #6394FA
Text Example
Text Example
White with #6394FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6394FA; }
p { color: rgb(99,148,250); }
H1.HeaderClassName
{
color: #6394FA;
}
.AnyTagClassName
{
color: #6394FA;
}
</style>
background-color css
<style>
a { background-color: #6394FA; }
a { background-color: rgb(99,148,250); }
div.DivClassName
{
background-color: #6394FA;
}
.BgClassName
{
background-color: #6394FA;
}
</style>
border-color css
<style>
span { border-color: #6394FA; }
span { border-color: rgb(99,148,250); }
td.TdClassName
{
border-color: #6394FA;
}
.TagClassName
{
border-color: #6394FA;
}
</style>