Shades of Cornflower Blue #607CFD
Tints of Cornflower Blue #607CFD
RGB
CMYK
RGB Variations
Color information
#607CFD (or 0x607CFD) is known color: Cornflower Blue. HEX triplet: 60, 7C and FD. RGB value is (96,124,253). Sum of RGB (Red+Green+Blue) = 96+124+253=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #607CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CFD is #9F8302. Grayscale: #818181. Windows color (decimal): -10453763 or 16612448. OLE color: 16612448.
HSL color Cylindrical-coordinate representation of color #607CFD: hue angle of 229.3º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607CFD is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 124 | 253 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.01 |
| HSL | 229.3º | 0.98% | 0.68% | - |
| HSV(B) | 229.3º | 0.62% | 0.99% | - |
| XYZ | 29.76 | 23.99 | 95.99 | - |
| YUV | 130.33 | 197.22 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 253 | 0.62 | 0.51 | 0 | 0.01 | 229.3 | 0.98 | 0.68 |
| Hex | 60 | 7C | FD | 3E | 33 | 0 | 1 | E5 | 62 | 44 |
| Octal | 140 | 174 | 375 | 76 | 63 | 0 | 1 | 345 | 142 | 104 |
| Binary | 1100000 | 1111100 | 11111101 | 111110 | 110011 | 0 | 1 | 11100101 | 1100010 | 1000100 |
Color Harmonies of #607CFD
Complementary color
Monochromatic Colors of #607CFD
Black with #607CFD
Text Example
Text Example
White with #607CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CFD; }
p { color: rgb(96,124,253); }
H1.HeaderClassName
{
color: #607CFD;
}
.AnyTagClassName
{
color: #607CFD;
}
</style>
background-color css
<style>
a { background-color: #607CFD; }
a { background-color: rgb(96,124,253); }
div.DivClassName
{
background-color: #607CFD;
}
.BgClassName
{
background-color: #607CFD;
}
</style>
border-color css
<style>
span { border-color: #607CFD; }
span { border-color: rgb(96,124,253); }
td.TdClassName
{
border-color: #607CFD;
}
.TagClassName
{
border-color: #607CFD;
}
</style>