#607CE6

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

Shades of Cornflower Blue #607CE6

Tints of Cornflower Blue #607CE6

Color information

#607CE6 (or 0x607CE6) is unknown color: approx Cornflower Blue. HEX triplet: 60, 7C and E6. RGB value is (96,124,230). Sum of RGB (Red+Green+Blue) = 96+124+230=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #607CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CE6 is #9F8319. Grayscale: #7F7F7F. Windows color (decimal): -10453786 or 15105120. OLE color: 15105120.

HSL color Cylindrical-coordinate representation of color #607CE6: hue angle of 227.46º degrees, saturation: 0.73, 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 #607CE6 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96124230-
CMYK0.580.4600.10
HSL227.46º72.83%63.92%-
HSV(B)227.46º58.26%90.2%-
XYZ26.3122.6277.84-
YUV127.71185.72105.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.33%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 230 (90.23% from 255) = 51.11%
R=21.33%
G=27.56%
B=51.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal961242300.580.4600.10227.4672.8363.92
Hex607CE63A2E0Ae34940
Octal1401743467256012343111100
Binary1100000111110011100110111010101110010101110001110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,124,230); }

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

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

 a { background-color: rgb(96,124,230); }

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

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

 span { border-color: rgb(96,124,230); }

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