#607EE5

Color #607EE5 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #607EE5

Tints of Cornflower Blue #607EE5

Color information

#607EE5 (or 0x607EE5) is unknown color: approx 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

RGB96126229-
CMYK0.580.4500.10
HSL226.47º71.89%63.73%-
HSV(B)226.47º58.08%89.8%-
XYZ26.4323.0777.19-
YUV128.77184.56104.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 21.29%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 229 (89.84% from 255) = 50.78%
R=21.29%
G=27.94%
B=50.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal961262290.580.4500.10226.4771.8963.73
Hex607EE53A2D0Ae24840
Octal1401763457255012342110100
Binary1100000111111011100101111010101101010101110001010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>