Shades of Cornflower Blue #607CF3
Tints of Cornflower Blue #607CF3
RGB
CMYK
RGB Variations
Color information
#607CF3 (or 0x607CF3) is known color: Cornflower Blue. HEX triplet: 60, 7C and F3. RGB value is (96,124,243). Sum of RGB (Red+Green+Blue) = 96+124+243=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #607CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CF3 is #9F830C. Grayscale: #808080. Windows color (decimal): -10453773 or 15957088. OLE color: 15957088.
HSL color Cylindrical-coordinate representation of color #607CF3: hue angle of 228.57º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607CF3 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 124 | 243 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.05 |
| HSL | 228.57º | 0.86% | 0.66% | - |
| HSV(B) | 228.57º | 0.6% | 0.95% | - |
| XYZ | 28.21 | 23.37 | 87.82 | - |
| YUV | 129.19 | 192.22 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 243 | 0.60 | 0.49 | 0 | 0.05 | 228.57 | 0.86 | 0.66 |
| Hex | 60 | 7C | F3 | 3C | 31 | 0 | 5 | E5 | 56 | 42 |
| Octal | 140 | 174 | 363 | 74 | 61 | 0 | 5 | 345 | 126 | 102 |
| Binary | 1100000 | 1111100 | 11110011 | 111100 | 110001 | 0 | 101 | 11100101 | 1010110 | 1000010 |
Color Harmonies of #607CF3
Complementary color
Monochromatic Colors of #607CF3
Black with #607CF3
Text Example
Text Example
White with #607CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CF3; }
p { color: rgb(96,124,243); }
H1.HeaderClassName
{
color: #607CF3;
}
.AnyTagClassName
{
color: #607CF3;
}
</style>
background-color css
<style>
a { background-color: #607CF3; }
a { background-color: rgb(96,124,243); }
div.DivClassName
{
background-color: #607CF3;
}
.BgClassName
{
background-color: #607CF3;
}
</style>
border-color css
<style>
span { border-color: #607CF3; }
span { border-color: rgb(96,124,243); }
td.TdClassName
{
border-color: #607CF3;
}
.TagClassName
{
border-color: #607CF3;
}
</style>