Shades of Cornflower Blue #607CF6
Tints of Cornflower Blue #607CF6
RGB
CMYK
RGB Variations
Color information
#607CF6 (or 0x607CF6) is known color: Cornflower Blue. HEX triplet: 60, 7C and F6. RGB value is (96,124,246). Sum of RGB (Red+Green+Blue) = 96+124+246=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #607CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CF6 is #9F8309. Grayscale: #818181. Windows color (decimal): -10453770 or 16153696. OLE color: 16153696.
HSL color Cylindrical-coordinate representation of color #607CF6: hue angle of 228.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #607CF6 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 124 | 246 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.04 |
| HSL | 228.8º | 0.89% | 0.67% | - |
| HSV(B) | 228.8º | 0.61% | 0.96% | - |
| XYZ | 28.67 | 23.56 | 90.22 | - |
| YUV | 129.54 | 193.72 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 246 | 0.61 | 0.50 | 0 | 0.04 | 228.8 | 0.89 | 0.67 |
| Hex | 60 | 7C | F6 | 3D | 32 | 0 | 4 | E5 | 59 | 43 |
| Octal | 140 | 174 | 366 | 75 | 62 | 0 | 4 | 345 | 131 | 103 |
| Binary | 1100000 | 1111100 | 11110110 | 111101 | 110010 | 0 | 100 | 11100101 | 1011001 | 1000011 |
Color Harmonies of #607CF6
Complementary color
Monochromatic Colors of #607CF6
Black with #607CF6
Text Example
Text Example
White with #607CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CF6; }
p { color: rgb(96,124,246); }
H1.HeaderClassName
{
color: #607CF6;
}
.AnyTagClassName
{
color: #607CF6;
}
</style>
background-color css
<style>
a { background-color: #607CF6; }
a { background-color: rgb(96,124,246); }
div.DivClassName
{
background-color: #607CF6;
}
.BgClassName
{
background-color: #607CF6;
}
</style>
border-color css
<style>
span { border-color: #607CF6; }
span { border-color: rgb(96,124,246); }
td.TdClassName
{
border-color: #607CF6;
}
.TagClassName
{
border-color: #607CF6;
}
</style>