Shades of Cornflower Blue #607CFE
Tints of Cornflower Blue #607CFE
RGB
CMYK
RGB Variations
Color information
#607CFE (or 0x607CFE) is known color: Cornflower Blue. HEX triplet: 60, 7C and FE. RGB value is (96,124,254). Sum of RGB (Red+Green+Blue) = 96+124+254=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #607CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CFE is #9F8301. Grayscale: #818181. Windows color (decimal): -10453762 or 16677984. OLE color: 16677984.
HSL color Cylindrical-coordinate representation of color #607CFE: hue angle of 229.37º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607CFE is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 124 | 254 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.00 |
| HSL | 229.37º | 0.99% | 0.69% | - |
| HSV(B) | 229.37º | 0.62% | 1% | - |
| XYZ | 29.92 | 24.06 | 96.83 | - |
| YUV | 130.45 | 197.72 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 254 | 0.62 | 0.51 | 0 | 0.00 | 229.37 | 0.99 | 0.69 |
| Hex | 60 | 7C | FE | 3E | 33 | 0 | 0 | E5 | 63 | 45 |
| Octal | 140 | 174 | 376 | 76 | 63 | 0 | 0 | 345 | 143 | 105 |
| Binary | 1100000 | 1111100 | 11111110 | 111110 | 110011 | 0 | 0 | 11100101 | 1100011 | 1000101 |
Color Harmonies of #607CFE
Complementary color
Monochromatic Colors of #607CFE
Black with #607CFE
Text Example
Text Example
White with #607CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CFE; }
p { color: rgb(96,124,254); }
H1.HeaderClassName
{
color: #607CFE;
}
.AnyTagClassName
{
color: #607CFE;
}
</style>
background-color css
<style>
a { background-color: #607CFE; }
a { background-color: rgb(96,124,254); }
div.DivClassName
{
background-color: #607CFE;
}
.BgClassName
{
background-color: #607CFE;
}
</style>
border-color css
<style>
span { border-color: #607CFE; }
span { border-color: rgb(96,124,254); }
td.TdClassName
{
border-color: #607CFE;
}
.TagClassName
{
border-color: #607CFE;
}
</style>