#607EF1

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

Shades of Cornflower Blue #607EF1

Tints of Cornflower Blue #607EF1

Color information

#607EF1 (or 0x607EF1) is unknown color: approx Cornflower Blue. HEX triplet: 60, 7E and F1. RGB value is (96,126,241). Sum of RGB (Red+Green+Blue) = 96+126+241=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #607EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607EF1 is #9F810E. Grayscale: #818181. Windows color (decimal): -10453263 or 15826528. OLE color: 15826528.

HSL color Cylindrical-coordinate representation of color #607EF1: hue angle of 227.59º degrees, saturation: 0.84, 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 #607EF1 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB96126241-
CMYK0.600.4800.05
HSL227.59º83.82%66.08%-
HSV(B)227.59º60.17%94.51%-
XYZ28.1623.7686.32-
YUV130.14190.56103.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.73%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 241 (94.53% from 255) = 52.05%
R=20.73%
G=27.21%
B=52.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal961262410.600.4800.05227.5983.8266.08
Hex607EF13C3005e45442
Octal140176361746005344124102
Binary110000011111101111000111110011000001011110010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607EF1; }

 p { color: rgb(96,126,241); }

 H1.HeaderClassName
 {
   color: #607EF1;
 }
 .AnyTagClassName
 {
   color: #607EF1;
 }
</style>
background-color css

<style>
 a { background-color: #607EF1; }

 a { background-color: rgb(96,126,241); }

 div.DivClassName
 {
   background-color: #607EF1;
 }
 .BgClassName
 {
   background-color: #607EF1;
 }
</style>
border-color css

<style>
 span { border-color: #607EF1; }

 span { border-color: rgb(96,126,241); }

 td.TdClassName
 {
   border-color: #607EF1;
 }
 .TagClassName
 {
   border-color: #607EF1;
 }
</style>