Shades of Cornflower Blue #607CDF
Tints of Cornflower Blue #607CDF
RGB
CMYK
RGB Variations
Color information
#607CDF (or 0x607CDF) is known color: Cornflower Blue. HEX triplet: 60, 7C and DF. RGB value is (96,124,223). Sum of RGB (Red+Green+Blue) = 96+124+223=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #607CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CDF is #9F8320. Grayscale: #7E7E7E. Windows color (decimal): -10453793 or 14646368. OLE color: 14646368.
HSL color Cylindrical-coordinate representation of color #607CDF: hue angle of 226.77º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607CDF is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 124 | 223 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.13 |
| HSL | 226.77º | 0.66% | 0.63% | - |
| HSV(B) | 226.77º | 0.57% | 0.87% | - |
| XYZ | 25.35 | 22.23 | 72.77 | - |
| YUV | 126.91 | 182.22 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 223 | 0.57 | 0.44 | 0 | 0.13 | 226.77 | 0.66 | 0.63 |
| Hex | 60 | 7C | DF | 39 | 2C | 0 | D | E3 | 42 | 3F |
| Octal | 140 | 174 | 337 | 71 | 54 | 0 | 15 | 343 | 102 | 77 |
| Binary | 1100000 | 1111100 | 11011111 | 111001 | 101100 | 0 | 1101 | 11100011 | 1000010 | 111111 |
Color Harmonies of #607CDF
Complementary color
Monochromatic Colors of #607CDF
Black with #607CDF
Text Example
Text Example
White with #607CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CDF; }
p { color: rgb(96,124,223); }
H1.HeaderClassName
{
color: #607CDF;
}
.AnyTagClassName
{
color: #607CDF;
}
</style>
background-color css
<style>
a { background-color: #607CDF; }
a { background-color: rgb(96,124,223); }
div.DivClassName
{
background-color: #607CDF;
}
.BgClassName
{
background-color: #607CDF;
}
</style>
border-color css
<style>
span { border-color: #607CDF; }
span { border-color: rgb(96,124,223); }
td.TdClassName
{
border-color: #607CDF;
}
.TagClassName
{
border-color: #607CDF;
}
</style>