Shades of Cornflower Blue #607CFA
Tints of Cornflower Blue #607CFA
RGB
CMYK
RGB Variations
Color information
#607CFA (or 0x607CFA) is known color: Cornflower Blue. HEX triplet: 60, 7C and FA. RGB value is (96,124,250). Sum of RGB (Red+Green+Blue) = 96+124+250=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #607CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CFA is #9F8305. Grayscale: #818181. Windows color (decimal): -10453766 or 16415840. OLE color: 16415840.
HSL color Cylindrical-coordinate representation of color #607CFA: hue angle of 229.09º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607CFA is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 124 | 250 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.02 |
| HSL | 229.09º | 0.94% | 0.68% | - |
| HSV(B) | 229.09º | 0.62% | 0.98% | - |
| XYZ | 29.29 | 23.8 | 93.49 | - |
| YUV | 129.99 | 195.72 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 250 | 0.62 | 0.50 | 0 | 0.02 | 229.09 | 0.94 | 0.68 |
| Hex | 60 | 7C | FA | 3E | 32 | 0 | 2 | E5 | 5E | 44 |
| Octal | 140 | 174 | 372 | 76 | 62 | 0 | 2 | 345 | 136 | 104 |
| Binary | 1100000 | 1111100 | 11111010 | 111110 | 110010 | 0 | 10 | 11100101 | 1011110 | 1000100 |
Color Harmonies of #607CFA
Complementary color
Monochromatic Colors of #607CFA
Black with #607CFA
Text Example
Text Example
White with #607CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CFA; }
p { color: rgb(96,124,250); }
H1.HeaderClassName
{
color: #607CFA;
}
.AnyTagClassName
{
color: #607CFA;
}
</style>
background-color css
<style>
a { background-color: #607CFA; }
a { background-color: rgb(96,124,250); }
div.DivClassName
{
background-color: #607CFA;
}
.BgClassName
{
background-color: #607CFA;
}
</style>
border-color css
<style>
span { border-color: #607CFA; }
span { border-color: rgb(96,124,250); }
td.TdClassName
{
border-color: #607CFA;
}
.TagClassName
{
border-color: #607CFA;
}
</style>