Shades of Cornflower Blue #607EE5
Tints of Cornflower Blue #607EE5
RGB
CMYK
RGB Variations
Color information
#607EE5 (or 0x607EE5) is known color: Cornflower Blue. HEX triplet: 60, 7E and E5. RGB value is (96,126,229). Sum of RGB (Red+Green+Blue) = 96+126+229=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #607EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EE5 is #9F811A. Grayscale: #808080. Windows color (decimal): -10453275 or 15040096. OLE color: 15040096.
HSL color Cylindrical-coordinate representation of color #607EE5: hue angle of 226.47º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #607EE5 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 126 | 229 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.10 |
| HSL | 226.47º | 0.72% | 0.64% | - |
| HSV(B) | 226.47º | 0.58% | 0.9% | - |
| XYZ | 26.43 | 23.07 | 77.19 | - |
| YUV | 128.77 | 184.56 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 229 | 0.58 | 0.45 | 0 | 0.10 | 226.47 | 0.72 | 0.64 |
| Hex | 60 | 7E | E5 | 3A | 2D | 0 | A | E2 | 48 | 40 |
| Octal | 140 | 176 | 345 | 72 | 55 | 0 | 12 | 342 | 110 | 100 |
| Binary | 1100000 | 1111110 | 11100101 | 111010 | 101101 | 0 | 1010 | 11100010 | 1001000 | 1000000 |
Color Harmonies of #607EE5
Complementary color
Monochromatic Colors of #607EE5
Black with #607EE5
Text Example
Text Example
White with #607EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EE5; }
p { color: rgb(96,126,229); }
H1.HeaderClassName
{
color: #607EE5;
}
.AnyTagClassName
{
color: #607EE5;
}
</style>
background-color css
<style>
a { background-color: #607EE5; }
a { background-color: rgb(96,126,229); }
div.DivClassName
{
background-color: #607EE5;
}
.BgClassName
{
background-color: #607EE5;
}
</style>
border-color css
<style>
span { border-color: #607EE5; }
span { border-color: rgb(96,126,229); }
td.TdClassName
{
border-color: #607EE5;
}
.TagClassName
{
border-color: #607EE5;
}
</style>