Shades of Cornflower Blue #6391FE
Tints of Cornflower Blue #6391FE
RGB
CMYK
RGB Variations
Color information
#6391FE (or 0x6391FE) is known color: Cornflower Blue. HEX triplet: 63, 91 and FE. RGB value is (99,145,254). Sum of RGB (Red+Green+Blue) = 99+145+254=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #6391FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6391FE is #9C6E01. Grayscale: #8F8F8F. Windows color (decimal): -10251778 or 16683363. OLE color: 16683363.
HSL color Cylindrical-coordinate representation of color #6391FE: hue angle of 222.19º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6391FE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 145 | 254 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.00 |
| HSL | 222.19º | 0.99% | 0.69% | - |
| HSV(B) | 222.19º | 0.61% | 1% | - |
| XYZ | 33.16 | 30.06 | 97.82 | - |
| YUV | 143.67 | 190.26 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 254 | 0.61 | 0.43 | 0 | 0.00 | 222.19 | 0.99 | 0.69 |
| Hex | 63 | 91 | FE | 3D | 2B | 0 | 0 | DE | 63 | 45 |
| Octal | 143 | 221 | 376 | 75 | 53 | 0 | 0 | 336 | 143 | 105 |
| Binary | 1100011 | 10010001 | 11111110 | 111101 | 101011 | 0 | 0 | 11011110 | 1100011 | 1000101 |
Color Harmonies of #6391FE
Complementary color
Monochromatic Colors of #6391FE
Black with #6391FE
Text Example
Text Example
White with #6391FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6391FE; }
p { color: rgb(99,145,254); }
H1.HeaderClassName
{
color: #6391FE;
}
.AnyTagClassName
{
color: #6391FE;
}
</style>
background-color css
<style>
a { background-color: #6391FE; }
a { background-color: rgb(99,145,254); }
div.DivClassName
{
background-color: #6391FE;
}
.BgClassName
{
background-color: #6391FE;
}
</style>
border-color css
<style>
span { border-color: #6391FE; }
span { border-color: rgb(99,145,254); }
td.TdClassName
{
border-color: #6391FE;
}
.TagClassName
{
border-color: #6391FE;
}
</style>