Shades of Cornflower Blue #6391EC
Tints of Cornflower Blue #6391EC
RGB
CMYK
RGB Variations
Color information
#6391EC (or 0x6391EC) is known color: Cornflower Blue. HEX triplet: 63, 91 and EC. RGB value is (99,145,236). Sum of RGB (Red+Green+Blue) = 99+145+236=480 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.62% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #6391EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6391EC is #9C6E13. Grayscale: #8D8D8D. Windows color (decimal): -10251796 or 15503715. OLE color: 15503715.
HSL color Cylindrical-coordinate representation of color #6391EC: hue angle of 219.85º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6391EC is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 145 | 236 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.07 |
| HSL | 219.85º | 0.78% | 0.66% | - |
| HSV(B) | 219.85º | 0.58% | 0.93% | - |
| XYZ | 30.41 | 28.96 | 83.34 | - |
| YUV | 141.62 | 181.26 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 236 | 0.58 | 0.39 | 0 | 0.07 | 219.85 | 0.78 | 0.66 |
| Hex | 63 | 91 | EC | 3A | 27 | 0 | 7 | DC | 4E | 42 |
| Octal | 143 | 221 | 354 | 72 | 47 | 0 | 7 | 334 | 116 | 102 |
| Binary | 1100011 | 10010001 | 11101100 | 111010 | 100111 | 0 | 111 | 11011100 | 1001110 | 1000010 |
Color Harmonies of #6391EC
Complementary color
Monochromatic Colors of #6391EC
Black with #6391EC
Text Example
Text Example
White with #6391EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6391EC; }
p { color: rgb(99,145,236); }
H1.HeaderClassName
{
color: #6391EC;
}
.AnyTagClassName
{
color: #6391EC;
}
</style>
background-color css
<style>
a { background-color: #6391EC; }
a { background-color: rgb(99,145,236); }
div.DivClassName
{
background-color: #6391EC;
}
.BgClassName
{
background-color: #6391EC;
}
</style>
border-color css
<style>
span { border-color: #6391EC; }
span { border-color: rgb(99,145,236); }
td.TdClassName
{
border-color: #6391EC;
}
.TagClassName
{
border-color: #6391EC;
}
</style>