Shades of Cornflower Blue #607CF0
Tints of Cornflower Blue #607CF0
RGB
CMYK
RGB Variations
Color information
#607CF0 (or 0x607CF0) is known color: Cornflower Blue. HEX triplet: 60, 7C and F0. RGB value is (96,124,240). Sum of RGB (Red+Green+Blue) = 96+124+240=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #607CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CF0 is #9F830F. Grayscale: #808080. Windows color (decimal): -10453776 or 15760480. OLE color: 15760480.
HSL color Cylindrical-coordinate representation of color #607CF0: hue angle of 228.33º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607CF0 is Cyan = 0.6, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 124 | 240 | - |
| CMYK | 0.6 | 0.48 | 0 | 0.06 |
| HSL | 228.33º | 0.83% | 0.66% | - |
| HSV(B) | 228.33º | 0.6% | 0.94% | - |
| XYZ | 27.76 | 23.19 | 85.45 | - |
| YUV | 128.85 | 190.72 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 240 | 0.6 | 0.48 | 0 | 0.06 | 228.33 | 0.83 | 0.66 |
| Hex | 60 | 7C | F0 | 3C | 30 | 0 | 6 | E4 | 53 | 42 |
| Octal | 140 | 174 | 360 | 74 | 60 | 0 | 6 | 344 | 123 | 102 |
| Binary | 1100000 | 1111100 | 11110000 | 111100 | 110000 | 0 | 110 | 11100100 | 1010011 | 1000010 |
Color Harmonies of #607CF0
Complementary color
Monochromatic Colors of #607CF0
Black with #607CF0
Text Example
Text Example
White with #607CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CF0; }
p { color: rgb(96,124,240); }
H1.HeaderClassName
{
color: #607CF0;
}
.AnyTagClassName
{
color: #607CF0;
}
</style>
background-color css
<style>
a { background-color: #607CF0; }
a { background-color: rgb(96,124,240); }
div.DivClassName
{
background-color: #607CF0;
}
.BgClassName
{
background-color: #607CF0;
}
</style>
border-color css
<style>
span { border-color: #607CF0; }
span { border-color: rgb(96,124,240); }
td.TdClassName
{
border-color: #607CF0;
}
.TagClassName
{
border-color: #607CF0;
}
</style>